以下代码表示的含义是()。vartimer=setInterval(function(){console.log(HelloWorld);},1000);
以下代码表示的含义是()。vartimer=setInterval(function(){console.log(HelloWorld);},1000);
A.打印输出一次HelloWorld
B.打印输出1000次HelloWorld
C.每隔1000毫秒打印输出一次HelloWorld
D.每隔1000秒打印输出一次HelloWorld
正确答案:每隔1000毫秒打印输出一次HelloWorld