const { Worker, isMainThread, workerData } = require('worker_threads'); if(isMainThread) { console.log("this is the main thread") let ...
確定! 回上一頁