摘要: 高版本Chrome不支持window.showModalDialog,可用window.open代替 阅读全文
posted @ 2016-12-28 16:55 wuln 阅读(182) 评论(0) 推荐(0)
摘要: 1、Ext.Msg.alert(String title, String msg, [Function fn], [Object scope]) 显示一个标准的带有一个“确定”按钮的只读消息框(类似于基本的JavaScript警告提示)。 参数: title : 标题 msg : 提示消息 fn : 阅读全文
posted @ 2016-12-28 15:20 wuln 阅读(849) 评论(0) 推荐(0)