Default / 默认 · August 31, 2021

“js opera mini自动提醒”

Table of Content

js opera mini自动提醒

if ((/Opera Mini/i).test(navigator.appVersion)) {
alert(“该欧朋浏览器缺少对html5的支持,请使用其他浏览器访问!”);
}

%d bloggers like this: