ADJ網路實驗室
打印

[技巧] 教你如何做 0秒連結?

教你如何做 0秒連結?

複製內容到剪貼板
代碼:
<html>
<head>
<meta http-equiv="refresh" content="0; url=http://www.yourdomain.com.tw/">
<title></title>
</head>
</html>
這樣就行了... 如要使用PHP語法可用底下語法:
複製內容到剪貼板
代碼:
<?php
header('Location:http://www.yourdomain.com.tw');
?>





TOP

ARTERY.cn