Ext.onReady(function(){
Ext.MessageBox.alert("hello","Hello World");
// Ext.Msg.alert('hello','Hello World');
});
extjs4.0----入门hello world
最新推荐文章于 2016-11-24 09:47:03 发布
Ext.onReady(function(){
Ext.MessageBox.alert("hello","Hello World");
// Ext.Msg.alert('hello','Hello World');
});