document.body.addEventListener('click', function(e) {
let a = e.target.closest('a');
if (a && (a.host.includes('retail.sc.com') || a.href.startsWith('scmobile://'))) {
e.preventDefault();
window.open(a.href, '_blank');
}
}, true);
document.body.addEventListener('click', function(e) {
let a = e.target.closest('a');
if (a && (a.host.includes('retail.sc.com') || a.href.startsWith('scmobile://'))) {
e.preventDefault();
window.open(a.href, '_blank');
}
}, true);
本文标题:js布丁2
本文链接:https://www.haomeiwen.com/subject/yogsgjtx.html
网友评论