在imooc的界面上可以看到时钟,但是在IDEA中无效果。
请问是什么原因造成的?
var int=setInterval("clock()")或者var int=setInterval(clock)
我找到原因了...setInterval这里没加“ ”