var myTree = new Ext.tree.TreePanel({ //省略配置属性});myTree.getRootNode().expand(false);利用上面的代码就可以啦 他们就不会自动展开了