javascript,The setTimeout parameter problem. function func() { setTimeout(function func2() { console.log(2); }) func2() } func();.
確定! 回上一頁