{"id":3742,"date":"2023-07-01T17:13:40","date_gmt":"2023-07-01T08:13:40","guid":{"rendered":"https:\/\/attacktube.com\/?p=3742"},"modified":"2023-07-01T18:11:20","modified_gmt":"2023-07-01T09:11:20","slug":"%e3%80%90node-js%e3%80%91%e9%96%a2%e6%95%b0%e7%be%a4%e3%81%ae%e3%83%a2%e3%82%b8%e3%83%a5%e3%83%bc%e3%83%ab%e5%8c%96","status":"publish","type":"post","link":"https:\/\/attacktube.com\/?p=3742","title":{"rendered":"\u3010Node.js\u3011\u8907\u6570\u306e\u95a2\u6570\u3092\u51fa\u529b\u3059\u308b\u30e2\u30b8\u30e5\u30fc\u30eb"},"content":{"rendered":"\n<p>\u8907\u6570\u306e\u95a2\u6570\u3092\u51fa\u529b\u3059\u308b\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u4f5c\u308b\u3002<\/p>\n\n\n\n<!--more-->\n\n\n\n<br>\n<script async=\"\" src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-3461056110605997\" crossorigin=\"anonymous\"><\/script>\n<ins class=\"adsbygoogle\" style=\"display:block; text-align:center;\" data-ad-layout=\"in-article\" data-ad-format=\"fluid\" data-ad-client=\"ca-pub-3461056110605997\" data-ad-slot=\"3137443461\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script>\n<br>\n\n\n\n<p>module.js\u3092\u4f5c\u308b\u3002\u51fa\u529b\u3057\u305f\u3044\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u8a2d\u5b9a\u3059\u308b\u3002<\/p>\n\n\n\n<pre><code>\nconst echo = function (message) {\n  console.log(message+&quot;(1)&quot;);\n};\n\nconst echo2 = function (message) {\n  console.log(message+&quot;(2)&quot;);\n};\n\nmodule.exports = {\n  echo,\n  echo2\n};\n<\/code><\/pre>\n\n\n\n<p>index.js\u3092\u4f5c\u308b\u3002\u6587\u5b57\u5217\u3092\u51fa\u529b\u3059\u308b\u3002<\/p>\n\n\n\n<pre><code>\nconst { echo, echo2 } = require(&quot;.\/module&quot;);\n\necho(&quot;Hello World !&quot;);\necho2(&quot;Hello World !&quot;);\n\n<\/code><\/pre>\n\n\n\n<p>\u5b9f\u884c\u3059\u308b\u3002<\/p>\n\n\n\n<pre><code>\nC:\\node\\sample7&gt;node index.js\nHello World !(1)\nHello World !(2)\n<\/code><\/pre>\n\n\n\n<script type=\"text\/javascript\">\njQuery(function($){\n$(\".jp-video\").hide();\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\u8907\u6570\u306e\u95a2\u6570\u3092\u51fa\u529b\u3059\u308b\u30e2\u30b8\u30e5\u30fc\u30eb\u3092\u4f5c\u308b\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[6],"tags":[],"class_list":["post-3742","post","type-post","status-publish","format-standard","hentry","category-node-js"],"jetpack_featured_media_url":"","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/attacktube.com\/index.php?rest_route=\/wp\/v2\/posts\/3742","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/attacktube.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/attacktube.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/attacktube.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/attacktube.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3742"}],"version-history":[{"count":3,"href":"https:\/\/attacktube.com\/index.php?rest_route=\/wp\/v2\/posts\/3742\/revisions"}],"predecessor-version":[{"id":3757,"href":"https:\/\/attacktube.com\/index.php?rest_route=\/wp\/v2\/posts\/3742\/revisions\/3757"}],"wp:attachment":[{"href":"https:\/\/attacktube.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3742"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/attacktube.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3742"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/attacktube.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3742"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}