Re: [問題] javascript有關setTimeout()這個函數
※ 引述《LMY8684 (LMY)》之銘言:
: ※ 引述《TKirby ( ^-^)》之銘言:
: : 怎麼會語法錯誤呢?
: : 莫非有什麼誤解
: : 我自己試的語法如下, 沒有錯誤耶
: : setTimeout("alert(\"1\'2'3\'4'5\");", 1000);
: : 範例網頁在這邊
: : http://www.csie.ntu.edu.tw/~b88039/archive/testCol/javascript/marker/
: : IE 跟 FF 都可以耶
: : 我把你要的效果也做了一遍
: : http://0rz.net/ec0XY
: 可以把這個效果的原始碼秀出來嘛
: 因為主要有問題的地方在於 name='att' 跟value=att那邊 Orz
要看原始碼動作得快一點 因為document.write會把網頁洗掉
我貼在下面好了
<html>
<head>
</head>
<body>
<script type="text/javascript">
var att=1;
setTimeout("document.write(\"<input type=text name='att' value=\"+att+\">點
的攻擊力!!<br>\");", 1000);
</script>
</body>
</html>
--
'Oh, Harry, dont't you see?' Hermione breathed. 'If she could have done
one thing to make absolutely sure that every single person in this school
will read your interview, it was banning it!'
---'Harry Potter and the order of the phoenix', P513
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.112.30.82
推
01/03 23:20, , 1F
01/03 23:20, 1F
推
01/03 23:25, , 2F
01/03 23:25, 2F
推
01/03 23:26, , 3F
01/03 23:26, 3F
討論串 (同標題文章)
Web_Design 近期熱門文章
PTT數位生活區 即時熱門文章