ucUncaught TypeError: window.showModalDialog is not a function关于showModalDialog停用的问题及解决
摘要:
为什么会出现window.showModalDialog is not a function 函数没写错,原来在chorme 37以后,谷歌就已经把这个函数停用了,把停用的showModalDialog改成window.open就可以打开子窗体了,360极速模式下也停用了这个。 同样的在子窗口操作源 阅读全文
posted @ 2022-06-28 19:20 癫狂编程 阅读(1947) 评论(0) 推荐(0)