作者LPH66 (运命のルーレット廻して)
看板Web_Design
标题Re: [问题] javascript有关setTimeout()这个函数
时间Tue Jan 3 23:18:47 2006
※ 引述《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
1F:推 TKirby:动作真快 XD 01/03 23:20
2F:推 LPH66::P 就在奇怪刚PO完看到你PO文之後瞬间就不见了XD 01/03 23:25
3F:推 pm2001:用续传软体抓网页的话,原始码照看 01/03 23:26