1 setTimeout(fun, 2000) 1 setTimeout(fun(), 2000) 1 setTimeout('fun()', 2000) 123 setTimeout(function () { alert('hello') }, 2000) 1234 function () { alert('hello') }var mm = setTimeout(fun, 2000) 12345 function () { alert('hello') }var mm = setTimeout(fun, 2000)clearInterval(mm) 赞微海报分享
近期评论