[root@baolei dist]# ls -lh 总用量 76K drwxr-x--- 2 root root 64K 5月 22 16:23 assets -rw-r----- 1 root root 5.3K 5月 22 16:23 index.html [root@baolei dist]# vim index.html var tip = window.document.createElement('div') tip.innerHTML = '
您的网页浏览器已过期。
更新您的浏览器,以便获得更安全、更快速和最好的体验。
更新浏览器
' window.document.body.appendChild(tip) var t = document.getElementById('update-tip') t.addEventListener('click', function () {window.open('https://www.google.cn/intl/zh-CN/chrome/')}) -->