{"id":45,"date":"2021-01-17T15:51:03","date_gmt":"2021-01-17T07:51:03","guid":{"rendered":"http:\/\/gjweb.top\/?p=45"},"modified":"2021-01-17T18:56:51","modified_gmt":"2021-01-17T10:56:51","slug":"webworker","status":"publish","type":"post","link":"https:\/\/gjweb.top\/?p=45","title":{"rendered":"WebWorker"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u4f5c\u7528<\/h2>\n\n\n\n<p>\u5982\u679c\u5728\u6d4f\u89c8\u5668\u9700\u8981\u8fd0\u884c\u8017\u65f6\u7684js\u7a0b\u5e8f<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u73b0\u8c61<\/h2>\n\n\n\n<p>js\u6267\u884c\u7684\u8fc7\u7a0b\u4e2d,\u6309\u94ae1\u53ef\u89c1,\u6309\u94ae2\u5728\u6309\u94ae1\u663e\u793a\u540e\u53ef\u89c1<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u539f\u56e0<\/h3>\n\n\n\n<p>\u6d4f\u89c8\u5668\u6267\u884cjs\u548c\u6e32\u67d3\u9875\u9762\u7684\u4e00\u4e2a\u7ebf\u7a0b<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u89e3\u51b3<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\u65b9\u6848\u4e00<\/h3>\n\n\n\n<p>\u5c06\u6240\u6709js\u7a0b\u5e8f\u6267\u884c\u653e\u5728body\u6700\u540e\u4e00\u4e2a\u5143\u7d20\u4e0a<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u65b9\u6848\u4e8c<\/h3>\n\n\n\n<p>\u521b\u5efa\u65b0\u7684\u7ebf\u7a0b\uff0c\u7531\u4ed6\u6765\u6267\u884c\u8017\u65f6\u7684js\u4efb\u52a1\uff0cUI\u4e3b\u7ebf\u7a0b\u6267\u884c\u540e\u7eed\u7684HTML\u6e32\u67d3<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;button&gt;1&lt;\/button&gt;\n&lt;script&gt;\n\tvar w = new Worker('1.js')\n&lt;\/script&gt;\n&lt;button&gt;2&lt;\/button&gt;<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">WebWorker &#8212; \u7f3a\u9677<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>\u6d4f\u89c8\u5668\u4e0d\u5141\u8bb8Worker\u7ebf\u7a0b\u64cd\u4f5cDOM\u548cBOM\u5bf9\u8c61<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\u539f\u56e0<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>\u6d4f\u89c8\u5668\u53ea\u5141\u8bb8UI\u4e3b\u7ebf\u7a0b\u64cd\u4f5cDOM&amp;BOM,\u82e5\u591a\u4e2aWorker\u7ebf\u7a0b\u540c\u65f6\u64cd\u4f5cDOM\u7ed3\u6784,\u9875\u9762\u5c06\u6df7\u4e71<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">\u89e3\u51b3\u65b9\u6848<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Worker\u7ebf\u7a0b\u53ef\u4ee5\u7ed9UI\u4e3b\u7ebf\u53d1\u6570\u636e<ul><li>worker\u7ebf\u7a0b(\u53d1\u9001)<ul><li>postMessage(stringMsg)<\/li><\/ul><\/li><li>UI\u4e3b\u7ebf\u7a0b(\u63a5\u6536)<\/li><\/ul><\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>var wvar w6 = new Worker(\"1.js\")\nw6.onmesssage = function(e){e.data}\n<\/code><\/pre>\n\n\n\n<p>UI \u7ebf\u7a0b\u53ef\u4ee5\u7ed9Worker\u4e3b\u7ebf\u53d1\u9001\u6570\u636e<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>UI\u4e3b\u7ebf\u7a0b(\u53d1\u9001)<\/li><\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>var w6 = new Worker(\"1.js\")\nw6.postMessage(stringMsg)<\/code><\/pre>\n\n\n\n<p>Worker\u7ebf\u7a0b(\u63a5\u6536)<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>onmessage = function(e){e.data}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u4f5c\u7528 \u5982\u679c\u5728\u6d4f\u89c8\u5668\u9700\u8981\u8fd0\u884c\u8017\u65f6\u7684js\u7a0b\u5e8f \u73b0\u8c61 js\u6267\u884c\u7684\u8fc7\u7a0b\u4e2d,\u6309\u94ae1\u53ef\u89c1,\u6309\u94ae2\u5728\u6309\u94ae1\u663e\u793a\u540e\u53ef\u89c1 \u539f\u56e0  [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-45","post","type-post","status-publish","format-standard","hentry","category-html"],"_links":{"self":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/45","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=45"}],"version-history":[{"count":0,"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/45\/revisions"}],"wp:attachment":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=45"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=45"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=45"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}