打开页面随时间戳自动跳转到指定网页代码 2019-06-18 16:15栏目:跳转特效TAG: 打开网A自动跳转到网页B,减少网页A被投诉可能性,分为JS和PHP两个,考虑到PHP不能CDN加速,优先使用JS,如果没有使用CDN,推荐PHP。 <script> var timestamp = new Date().getTime(); window.location.href='http://'+timestamp+'.aaa.com'; </script>