久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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)站

      php如何實現(xiàn)自動跳轉(zhuǎn)

      php如何實現(xiàn)自動跳轉(zhuǎn)

      php如何實現(xiàn)自動跳轉(zhuǎn)

      1、通過php內(nèi)置函數(shù)“header”,將http響應(yīng)頭中的“Location”設(shè)置為要跳轉(zhuǎn)的URL即可;

      header('Location: http://www.baidu.com/'); exit();

      2、可以在javascript代碼中將“window.location.href”指向要跳轉(zhuǎn)的URL即可。

      echo "< script language='javascript' type='text/javascript'>";  echo "window.location.href='http://www.baidu.com/'";  echo "< /script>";

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