
这个是Ext4.X的Ext.onReady(function(){ var msgBox = Ext.create('Ext.window.MessageBox', { width : 400, height : 200 }); msgBox.alert('提示信息', '你确定吗?', function(){ alert('我确定'); });});

这个是Ext4.X的Ext.onReady(function(){ var msgBox = Ext.create('Ext.window.MessageBox', { width : 400, height : 200 }); msgBox.alert('提示信息', '你确定吗?', function(){ alert('我确定'); });});