作者:dasgsdfsddsadas_501 | 来源:互联网 | 2023-05-18 16:10
//html代码
//json数据
var v=[
{text:'根2',id:'2',pid:'1',children:
[
{text:'叶子1',id:'01',pid:'2'},
{text:'叶子2',id:'02',pid:'2',children:
[
{text:'子叶子1',id:'001',pid:'01',leaf:true},
{text:'子叶子2',id:'002',pid:'02'leaf:true}
]
}
];
6 个解决方案
建议楼主发帖的时候用那个“插入源代码”的功能,你这样发我连复制你的源代码去运行都不行啊
打开chrome 按CTRL+Shift+J或者Firefox-->firebug