zoukankan      html  css  js  c++  java
  • 言传菜单JSON数据

    {
        "button": [
            {
                "name": "快速发布",
                "sub_button": [
                    {
                        "type": "click",
                        "name": "开始发布",
                        "key": "V1001_BeginPub"
                    },
                    {
                        "type": "click",
                        "name": "结束发布",
                        "key": "V1001_EndPub"
                    },
                    {
                        "type": "click",
                        "name": "追加发布",
                        "key": "V1001_AppendPub"
                    }
                ]
            },
            {
                "name": "推广商城",
                "sub_button": [
                    {
                        "type": "click",
                        "name": "推广任务",
                        "key": "V1002_Marketing"
                    },
                    {
                        "type": "click",
                        "name": "我的推广",
                        "key": "V1002_MyMarketing"
                    },
                    {
                        "type": "click",
                        "name": "收益统计",
                        "key": "V1002_MarketingProfit"
                    },
                    {
                        "type": "click",
                        "name": "推广说明",
                        "key": "V1002_MarketingComment"
                    }
                ]
            },
            {
                "name": "我的文库",
                "sub_button": [
                    {
                        "type": "click",
                        "name": "文章列表",
                        "key": "V1003_ArticleList"
                    },
                    {
                        "type": "click",
                        "name": "文章检索",
                        "key": "V1003_ArticleSearch"
                    },
                    {
                        "type": "click",
                        "name": "分类设置",
                        "key": "V1003_ClassifySet"
                    },
                    {
                        "type": "click",
                        "name": "账号设置",
                        "key": "V1003_AccountSet"
                    },
                    {
                        "type": "click",
                        "name": "系统说明",
                        "key": "V1003_SysComment"
                    }
                ]
            }
        ]
    }

  • 相关阅读:
    共用体
    位运算符和位运算
    python中while循环
    c语言中求多个整数的和及其平均值
    c语言中switch语句
    python中删除列表中多次重复的元素
    python中while循环
    python中break语句
    使用用户输入来填充字典
    python中while循环使用标志
  • 原文地址:https://www.cnblogs.com/armanda/p/3971066.html
Copyright © 2011-2022 走看看