Node.js runs JavaScript code in a single thread, which means your code can do one task at a time and can't use multiple cores.
確定! 回上一頁