上一页 1 ··· 7 8 9 10 11
摘要: 轮播插件vue-awesome-swiper在ie9中运行的时候没效果 解决方法: vue-awesome-swiper在IE9下报错, 主要原因是element.classlist.add()方法在ie9中是不支持的。 解决方法是加个ployfill npm install classlist-p 阅读全文
posted @ 2019-11-25 20:21 baixinL 阅读(1284) 评论(0) 推荐(0)
摘要: <!--一个匹配字字符串是aabbcc或aaaabccc或者其他模式的运用--> function isPattern(str, pattern) { let str_a = str.split(" "); let p_a = pattern.split(""); let noCpy = funct 阅读全文
posted @ 2019-11-25 10:28 baixinL 阅读(594) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11