javaScript 中怎么延迟执行一个方法?setTimeout("test()","2000") 2000毫秒后执行test()函数,只执行一次。setInterval("test()","2000"2023-04-21JavaScript230