var js = [ {
id : 01,
name : "小白",
old : 29,
sex : "男"
}, {
id : 02,
name : "小蓝",
old : 29,
sex : "男"
}, {
id : 03,
name : "小雅",
old : 29,
sex : "男"
} ];
[{
text : "根",
leaf : false,
success : true,
id : 1,
children : [{
id : "21",
leaf : false,
text : "吉林",
children : [{
id : "221",
leaf : true,
text : "长春"
}, {
id : "222",
leaf : true,
text : "四平"
}]
}, {
id : "22",
leaf : true,
text : "黑龙江"
}]
}, {
text : "根2",
leaf : false,
success : true,
id : 2,
children : [{
id : "23",
leaf : true,
text : "四川"
}, {
id : "24",
leaf : true,
text : "河南"
}]
}]