日期:2014-05-16  浏览次数:20519 次

easyui tree attribute如何自定义属性
后台传递json格式:[{},{}]不要嵌套的其它格式。求指导!
------解决方案--------------------
看API呀:
{
"id":122,
"text":"Java",
"attributes":{//所有自定的属性写这
"p1":"Custom Attribute1",
"p2":"Custom Attribute2"
}
}