var Panel_Bottom = new Ext.Panel({ border : false, flex : 1, layout : 'fit', items : [Panel_View]//报错原因就在此处如果只有一个元素,不应该添加中括号[] });
var Panel_Bottom = new Ext.Panel({ border : false, flex : 1, layout : 'fit', items : [Panel_View]//报错原因就在此处如果只有一个元素,不应该添加中括号[] });