var win = new Ext.Window({
title:'window',
el:'form',
height:200,
width:300
}).show();
window
最新推荐文章于 2024-09-08 12:57:21 发布
var win = new Ext.Window({
title:'window',
el:'form',
height:200,
width:300
}).show();