js布丁2

2025-06-24  本文已影响0人  d630908e4fd6

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);

上一篇 下一篇

猜你喜欢

热点阅读