時間:2015-06-28 00:00:00 來源:IT貓撲網(wǎng) 作者:網(wǎng)管聯(lián)盟 我要評論(0)
1.使用header()函數(shù)跳轉(zhuǎn)
header()函數(shù)中Location類型標(biāo)頭通常用來實(shí)現(xiàn)頁面跳轉(zhuǎn)??聪旅?a href="http://m.ygkjgt7.cn/key/php/" target="_blank">php代碼:
需要注意的是header()函數(shù)前最好不要有輸出內(nèi)容,header()后面的php代碼依然將會執(zhí)行。
2.使用meta標(biāo)簽實(shí)現(xiàn)跳轉(zhuǎn)。
注意參數(shù)的設(shè)置:http-equiv必須為refresh,content="秒數(shù);url=網(wǎng)址"。
如下php代碼:
3.通過js腳本實(shí)現(xiàn)頁面跳轉(zhuǎn)。
建議使用,這種方法可以出現(xiàn)在任何位置,沒有限制。
當(dāng)然上面的url可以是php變量,還可以用window.open()實(shí)現(xiàn)跳轉(zhuǎn)。
關(guān)鍵詞標(biāo)簽:php,頁面跳轉(zhuǎn)
相關(guān)閱讀
熱門文章 plsql developer怎么連接數(shù)據(jù)庫-plsql developer連接數(shù)據(jù)庫方法 2021年最好用的10款php開發(fā)工具推薦 php利用淘寶IP庫獲取用戶ip地理位置 在 PHP 中使用命令行工具
人氣排行 詳解ucenter原理及第三方應(yīng)用程序整合思路、方法 plsql developer怎么連接數(shù)據(jù)庫-plsql developer連接數(shù)據(jù)庫方法 PHP中防止SQL注入攻擊 PHP會話Session的具體使用方法解析 PHP運(yùn)行出現(xiàn)Notice : Use of undefined constant 的解決辦法 PHP如何清空mySQL數(shù)據(jù)庫 CakePHP程序員必須知道的21條技巧 PHP采集圖片實(shí)例(PHP采集)