root.expand(true, false);此方法是全部展现,由于列表比较多,我想默认展现2级,该怎么做
[code="js"]root.expand(false, false);root.expandChildNodes();[/code]