復制代碼 代碼如下:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>javascript模擬鼠標自動點擊鏈接</title>
<script type="text/javascript">
var mytime = 1000;
function myclick()
{
window.location.reload();
}
function autoclick(){
setTimeout("myclick()",mytime);
}
</script>
</head>
<body>
<a href="http://m.survivalescaperooms.com" target="_blank">你也可以手動點擊</a>
<iframe width = "300" height = "300" src = "http://m.survivalescaperooms.com"></iframe>
</body>
</html>
新聞熱點
疑難解答
圖片精選