代码
提交代码
worker.postMessage('test'); //数据类型可以是字符串 worker.postMessage({method: 'echo', args: ['Work']});//数据类型可以是对象
运行结果