1 Star 0 Fork 36

马小帅 / Light Year Example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
data_selectN_json.php 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
<?php
$arr = [
[
'id' => '1',
'name' => '北京市',
'children' => [
[
'id' => '101',
'name' => '北京市',
'children' => [
[
'id' => '10101',
'name' => '东城区',
],
[
'id' => '10102',
'name' => '西城区',
],
]
]
]
],
[
'id' => '5',
'name' => '河北省',
'children' => [
[
'id' => '501',
'name' => '石家庄市',
'children' => [
[
'id' => '5011',
'name' => '长安区',
],
[
'id' => '5012',
'name' => '桥西区',
],
]
],
[
'id' => '502',
'name' => '邯郸市',
'children' => [
[
'id' => '5021',
'name' => '丛台区',
],
[
'id' => '5022',
'name' => '邯山区',
],
]
],
]
]
];
echo json_encode($arr);
HTML
1
https://gitee.com/weikety/Light-Year-Example.git
git@gitee.com:weikety/Light-Year-Example.git
weikety
Light-Year-Example
Light Year Example
master

搜索帮助