代码
提交代码
worker.onmessage = function (event) { console.log('接收到消息: ' + event.data); }
运行结果