json数组

来源:互联网 发布:php artisan 安装 编辑:程序博客网 时间:2024/06/01 21:48

一级:

var rentHouse = {


    "classification": [{


        "text": "民居",
        "id"  : "1"


    }, {


        "text": "商铺",
        "id"  : "2"


    }, {


        "text": "写字楼",
        "id"  : "3"


    }, {


        "text": "厂房/仓库",
        "id"  : "4"


    }, {


        "text": "车位(库)",
        "id"  : "5"


    }, {


        "text": "地下室",
        "id"  : "6"


    }, {


        "text": "其它",
        "id"  : "7"


    }],


    "rent": [{


        "text": "600元以下",
        "id"  : "8"


    }, {


        "text": "600-1000元",
        "id"  : "9"


    }, {


        "text": "1000-1500元",
        "id"  : "10"


    }, {


        "text": "1500-2000元",
        "id"  : "11"


    }, {


        "text": "2000-2500元",
        "id"  : "12"


    }, {


        "text": "2500-3000元",
        "id"  : "13"


    }, {


        "text": "3000-5000元",
        "id"  : "14"


    }, {


        "text": "5000元以上",
        "id"  : "15"


    }],


    "area": [{


        "text": "0- 25㎡",
        "id"  : "16"


    }, {


        "text": "26-50㎡",
        "id"  : "17"


    }, {


        "text": "51-90㎡",
        "id"  : "18"


    }, {


        "text": "91-140㎡",
        "id"  : "19"


    }, {


        "text": "141㎡以上",
        "id"  : "20"


    }]


};

二级:

var aFeature= [
{
txt : 'Sections',
href: '###',
sMenu : [
{
txt : 'Video Backgrounds',
href: 'features-s-v.html'
},
{
txt : 'Regular Scrolling',
href: 'index.html'
},
{
txt : 'Slideshows',
href: 'features-s-s.html'
},
{
txt : 'Custom Sections',
href: 'home-custom.html'
},
{
txt : 'Portfolio Item',
href: '###'
}
]
},
{
txt : 'Blog Options',
href: '###',
sMenu : [
{
txt : 'Minimal',
href: 'features-b-m.html'
},
{
txt : 'Grid',
href: '###'
},
{
txt : 'Classic',
href: '###'
}
]
},
{
txt : 'Portfolio Options',
href: '###',
sMenu : [
{
txt : 'Grid',
href: '###'
},
{
txt : 'Minimal',
href: '###'
},
{
txt : 'Classic',
href: '###'
}
]
},
{
txt : 'Shortcodes',
href: '###',
sMenu : [
{
txt : 'Elements',
href: '###'
},
{
txt : 'Columns',
href: '###'
}
]
},
{
txt : 'Pages',
href: '###',
sMenu : [
{
txt : 'Page With Sidebar',
href: '###'
},
{
txt : 'Page Without Sidebar',
href: '###'
},
{
txt : 'Full Width Page',
href: '###'
}
]
},
{
txt : 'Image Styles',
href: 'features-i-s.html'
}
];


三级:

[{
       value: '110000',
       text: '北京',
       children: [{
               value: "110101",
               text: "东城",
               children: [{
               value: "110101",
               text: "东城区"
        }, {
           value: "120102",
           text: "河东"
       }
        ]
       }]


   }, {
       value: '120000',
       text: '天津',
       children: [{
       value: "120101",
           text: "和平"
       }, {
           value: "120102",
           text: "河东"
       }, {
           value: "120104",
           text: "南开"
       }]
   }]

原创粉丝点击