【编程技巧】alert vs Ext.Msg.alert

alert会阻塞程序的运行。

Ext.Msg.alert是异步的,它的调用并不会停止浏览器中代码的执行。

原文地址:https://www.cnblogs.com/ejllen/p/3232627.html