Node 中的 worker_threads 模塊提供了同時運行多個JavaScript 線程的能力。可以通過以下方式引入:. const worker = require('worker_threads');.
確定! 回上一頁