<input type="button" value="Stop" onclick="clearInterval(setInterval("clock()",10))" />
好吧,也不对
应改为clearInterval(setInterval),它需要的是返回值,不是执行函数