1、es6符号 ` 不适配,可改成 ’
2、window.fun = () => {} 改为 window.fun = function(){}
3、window.open() 改为window.location.href = “”
4、str.startsWith("") 或者 str.endsWith("") 改为 str.indexOf("") > 1
5、let 改为 var
求补充!!!
HTML5在vivo手机适配问题
最新推荐文章于 2024-09-28 14:04:28 发布