【JAVASCRIPT】setTimeout()的Java程式碼執行順序 ... function testA { setTimeout('testB()', 1000); doLong(); } function testB { doSomething(); } ...
確定! 回上一頁