2022-03-04 18:11:48 +08:00

4 lines
81 B
JavaScript

console.log(111);
var worker = new Worker('work.js');
worker.postMessage('ayf');