久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      javascript url怎么隱藏

      javascript實現(xiàn)url隱藏的方法:首先創(chuàng)建test.js文件;然后在網(wǎng)頁中加載js文件;最后通過“function gogogo(){top.location.replace(url);return false;}”實現(xiàn)隱藏即可。

      javascript url怎么隱藏

      本文操作環(huán)境:windows7系統(tǒng)、javascript1.8.5版、Dell G3電腦。

      javascript url怎么隱藏?

      通過JS在網(wǎng)頁中隱藏URL

      js文件比如test.js中寫入

      var url="https://www.baidu.com/"; var time="0.006511926651001"; var top_text=""; var img_url=""; var bottom_text=""; var can_show=true;

      網(wǎng)頁中加載js文件

      網(wǎng)頁中類似寫入

       <div class="intro-button">     <a onclick="gogogo();return false;" href="javascript:void(0)" class="btn btn-lg btn-custom">GET FOLLOWERS NOW</a>  </div>
      <script>     function gogogo()     {         top.location.replace(url);         return false;     } </script>

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號