好困。。。。繼續(xù)recording
今天發(fā)現(xiàn)一個(gè)很好玩的東西,每次當(dāng)我們打開某些網(wǎng)站,就會(huì)提示我們已經(jīng)遷址了,5秒后自動(dòng)點(diǎn)擊,如果沒反應(yīng),請(qǐng)點(diǎn)擊之類的
實(shí)現(xiàn)步驟
<html>
? ? ? ? ? ?<head>
? ? ? ? ? ? ? ? ? ? ? ? <meta http-equiv="Refresh" content="5;url="http://www.baidu.com”/>
? ? ? ? ? ?</head>
? ? ? ? ? ?<style>
? ? ? ? ? ? ? ? ? ? ? ? body{background-color:red}
? ? ? ? ? ? ? ? ? ? ? ? p{color:blue}
? ? ? ? ? ? ? ? ? ? ? ? a{color:blue}
? ? ? ? ? </style>
<body>
<p>我們已經(jīng)遷到了新的地址,5秒后將自動(dòng)跳轉(zhuǎn),如無反應(yīng),請(qǐng)點(diǎn)擊跳轉(zhuǎn)<a >www.baidu.com</a></p>
</body>
</html>