void function saySomething (msg) { console.log(msg); } ('Hello');. 1; 2; 3. 因為 void 後面的指令是會執行的,所以此時console 會直接印 ...
確定! 回上一頁