ie和edge兼容性问题

249 阅读1分钟

Iframe中的location

 ie可以用location设置url,但是edge必须用src设置url

window.showModalDialog

目前许多主流的浏览器都不支持 window.showModalDialog() 的方法,所以采用div+iframe来代替

button 按钮

在edge浏览器中,button默认类型是submit.需要指定type类型为button