ExtJs 里面 Ext.Window ,的window怎么放一个URL?想显示一个超级连接
[code="js"]var win = new Ext.Window({title : '带连接的window',width : 300,height : 300,html : '我就是URL'});[/code]