h5在安卓5中出现无内容或白屏的问题---includes()在低版本不兼容导致的

//判断数组中是否有某个值,兼容性写法 function itemIncludes (arr, item) { //如果浏览器支持数组的includes方法 if(arr.includes){ return arr.includes(item) } //如果浏览器不支持数组的includes方法,就
posted @ 2023-02-14 11:32  chicidol  阅读(154)  评论(0编辑  收藏  举报