请教下,这段代码总是报错,错误内容:missing } after property list
var win=new Ext.Window({title:"hello",width:300;height:200,html:'<h1>hello,easyjf</h1>'});
但是,我看不出来了哦,请指教,谢谢
------解决方案--------------------
300后面是,不是;
- JScript code
var win=new Ext.Window({title:"hello",width:300,height:200,html:'<h1>hello,easyjf</h1>'});
------解决方案--------------------
300后面是,不是;
var win=new Ext.Window({title:"hello",width:300,height:200,html:'<h1>hello,easyjf</h1>'});