if(navigator.userAgent.includes('Line')){
var e = new URL(window.location.href);
e.searchParams.append("openExternalBrowser", "1"),
(window.location.href = e),
setTimeout(function () {
window.open("about:blank", "_self");
}, 3e3);
}

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注