标签: setinterval
请问我的简单代码有什么问题?它只执行一次并停止:
function confession(){ document.write("i love coding!" + "<br />"); } setInterval(confession, 1000);