首页 > 其他 > 详细

低版本IE迭代

时间:2020-12-02 09:47:31      阅读:27      评论:0      收藏:0      [点我收藏+]
删除 API 功能 替代功能
attachEvent addEventListener
window.execScript eval
window.doScroll window.scrollLeftwindow.scrollTop
document.all document.getElementById
document.fileSizeimg.fileSize 使用 XMLHttpRequest 可提取源
script.onreadystatechange 和 script.readyState script.onload
document.selection window.getSelection
document.createStyleSheet document.createElement("style")
style.styleSheet style.sheet
window.createPopup 使用 div 或 iframezIndex 值很高)
二进制行为 变化;使用基于标准的等效,如 canvas、SVG 或 CSS3 动画
传统数据绑定 使用框架提供的数据绑定,如 WinJS

 

低版本IE迭代

原文:https://www.cnblogs.com/ruralcraftsman/p/14071852.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!