js里setinterval怎么用function show1(){ trace("每隔1秒显示一次")}function show2(str){ trace(str)}setInterval(show1,1000)setInterval(s2023-04-10JavaScript280