摘要:
节点树 阅读全文
posted @ 2011-03-23 14:58
xfyn
阅读(118)
评论(0)
推荐(0)
摘要:
简单的计时<html><head><script type="text/javascript">function timedMsg(){var t=setTimeout("alert('5 秒!')",5000)}</script></head><body><form><input type="button" value="显示定时的警告框" onClick = "timedMsg()"&g 阅读全文
posted @ 2011-03-23 13:46
xfyn
阅读(773)
评论(0)
推荐(0)