主流WEB前端框架兼容性 浏览器平台/发布年份 年份 Android Chrome Safari Firefox IE 2018 9.0 64 - 71 12(对应iOS12) 58 - 64 2017 8.0 - 8.1 56 - 63 1 2023-04-12
Polyfills babel-polifillArrayhttps://github.com/zloirock/core-js#index Element1234567891011if (Element.prototype.getAttributeNames == undefined) { Element.prototype.getAttributeNames = function () { 2023-04-11
油猴插件之表格数据获取 插件的作用是辅助我们精准且快速获取信息,提升效率。表格数据获取核心逻辑都在python后台程序。主要流程如下: 将交互按钮插入页面 点击按钮后发送页面信息到后台 后台通过插件获取数据并清洗 存入数据库 2023-03-13