document.addEventListener('DOMContentLoaded', function() { // 数据禁止展示[3,5](@ref) const overlay = document.createElement('div'); overlay.style.cssText = ` position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.96); z-index: 9999; display: flex; justify-content: center; align-items: center; `; // 初始弹窗内容[8](@ref) overlay.innerHTML = `

🔒 浏览器正在进行防御检测

安全倒计时:5

`; // 阻止页面滚动[3](@ref) document.body.style.overflow = 'hidden'; document.documentElement.style.overflow = 'hidden'; document.body.appendChild(overlay); // 倒计时逻辑[6,8](@ref) let seconds = 5; const countdownElement = document.getElementById('countdown'); const alertBox = overlay.querySelector('div'); const timer = setInterval(() => { seconds--; countdownElement.textContent = seconds; if(seconds <= 0) { clearInterval(timer); // 显示继续按钮[2](@ref) alertBox.innerHTML = `

⚠️ 检测已完成

`; // 按钮点击事件[5](@ref) document.querySelector('button').addEventListener('click', () => { alertBox.innerHTML = `

🚧 网站正在升级中

给您带来的不便敬请谅解

`; }); } }, 1000); }); 外贸网站制作-上海慧眼涵桅信息咨询有限公司
  • 外贸品牌展示型官网设计

    我们擅长用线条色块打造简洁的国际化设计风格设计师一对一服务,为您打造品牌形象官网让海外买家提升信赖感

  • 外贸B2C/B2B商城型定制

    按行业需求定制开发在线零售&批发的独立商城网站,可对接ERP接口,独立部署服务器,打造用户体验舒畅的在线商城

  • 移动端网站开发

    如您有一个成熟的PC端网站,我们可单独为你开发移动端网站,并通过数据对接和采集方式,实现订单与产品同步

客服
热线

15777576460
7*24小时客服服务热线

微信