Ext.onReady(function(){
Ext.MessageBox.alert("hello","hello world");
});
解决办法:
<body> <div></div> </body>
?
就是将那段用div包起来
Ext.onReady(function(){
Ext.MessageBox.alert("hello","hello world");
});
解决办法:
<body> <div></div> </body>
?
就是将那段用div包起来