
兼容IE
是我的可乐么
这个作者很懒,什么都没留下…
展开
-
thymeleaf+easyui加载页面时Caused by: org.thymeleaf.exceptions.TemplateProcessingException
加载面试时报错提示是: org.thymeleaf.exceptions.TemplateInputException: An error happened during template parsing (template: "class path resource [*****] 我的js代码有: function Initldlx() { let data = 'oid=' + ...原创 2022-06-12 23:52:18 · 238 阅读 · 0 评论 -
WebSocket兼容Ie8
WebSocket兼容Ie8 背景:原来项目功能基本实现,现在是做兼容Ie8的需求,前端有websocket的及时推送消息功能 以前这个是兼容ie11的,但是Ie8开始报错,如图 在网上搜了很多 后面先看见这些地址的内容 链接1:https://www.jianshu.com/p/606e3a6b8a5b 看见了楼主下面的评论回答可以得到链接2 链接2:https://githu......原创 2022-06-12 23:50:42 · 869 阅读 · 0 评论 -
兼容IE8的foreach,map,getElementsByClassName
IE8不兼容foreach,在运行时会报错,通过在网上搜索,找到了一些兼容代码,在网上试了一些,我的项目里面这三个有效,你们也可以试试其它的哦原创 2022-06-12 23:49:58 · 478 阅读 · 0 评论 -
IE8SCRIPT438: 对象不支持“keys”属性或方法,trim的方法,SCRIPT5009: “Set”未定义
//这个是解决ie8 trim的方法 Function.prototype.method = function (name, func) { this.prototype[name] = func; return this; }; if (!String.prototype.trim) { //判断下浏览器是否自带有trim()方法 String.method('tr...原创 2022-06-12 23:49:01 · 1014 阅读 · 0 评论 -
IE8:SCRIPT438: 对象不支持“play”属性或方法,audio.play()无法使用
在Ie8下audio,标签无法使用,但是在9,10,11这些都可以使用 以下都是通过搜索总结的原创 2022-06-12 23:48:06 · 471 阅读 · 0 评论