日期:2014-05-17 浏览次数:20621 次
$('#tt').tree({ url:'tree_data.json' });
$('#tt').tree({ data: [{ text: 'Item1', state: 'closed', children: [{ text: 'Item11' },{ text: 'Item12' }] },{ text: 'Item2' }] });