07 2020 档案
摘要:最近移植了一个插件,下面是移植过程中遇见的几个不兼容状况。更多不兼容情况及细节可到 Chrome_incompatibilities 查看。 Firefox 不支持在后台页调用 alert()、confirm() 等函数 这些函数 Chrome 是支持在后台页中调用的。如果想要在 Firefox 中
阅读全文
摘要:HTML: <!DOCTYPE html> <html> <body> <div> <div> <label>请选择:</label> </div> <div> <select id="add_number"> <option id="on">是</option> <option id="off">
阅读全文