查看完整版本: 教你如何做 0秒連結?


adj 2007-11-28 09:06

教你如何做 0秒連結?

[code]<html>
<head>
<meta http-equiv="refresh" content="0; url=http://www.yourdomain.com.tw/">
<title></title>
</head>
</html>[/code]這樣就行了... 如要使用PHP語法可用底下語法:[code]<?php
header('Location:http://www.yourdomain.com.tw');
?>[/code]
頁: [1]
查看完整版本: 教你如何做 0秒連結?