Node.js 支援debug模式,我們可以使用VSCode 方便介面的操作,對執行的程式debug ... function fool(a) { console.log('a is:' + a + ' in fool()'); } ...
確定! 回上一頁