js is asynchronous. It does execute line by line but it will not wait for your callback to return an output. So during execution it will first execute the ` ...
確定! 回上一頁