{"id":3732,"date":"2023-07-01T16:59:10","date_gmt":"2023-07-01T07:59:10","guid":{"rendered":"http:\/\/attacktube.com\/?p=3732"},"modified":"2023-07-01T17:02:08","modified_gmt":"2023-07-01T08:02:08","slug":"%e3%80%90node-js%e3%80%91%e3%82%aa%e3%83%96%e3%82%b8%e3%82%a7%e3%82%af%e3%83%88%e3%82%92%e5%87%ba%e5%8a%9b%e3%81%99%e3%82%8b%e3%83%a2%e3%82%b8%e3%83%a5%e3%83%bc%e3%83%ab","status":"publish","type":"post","link":"https:\/\/attacktube.com\/?p=3732","title":{"rendered":"\u3010Node.js\u3011\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u3092\u51fa\u529b\u3059\u308b\u30e2\u30b8\u30e5\u30fc\u30eb"},"content":{"rendered":"\n<p>\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\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>\nmodule.exports = {\ntext:&quot;Hello World 2023&quot;,\nnumber:100,\nmethod:function(){console.log(&quot;hoge&quot;);}\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 obj = require(&quot;.\/module&quot;);\n\nconsole.log(obj.text);\nconsole.log(obj.number);\nobj.method();\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 2023\n100\nhoge\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>\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\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-3732","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\/3732","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=3732"}],"version-history":[{"count":5,"href":"https:\/\/attacktube.com\/index.php?rest_route=\/wp\/v2\/posts\/3732\/revisions"}],"predecessor-version":[{"id":3741,"href":"https:\/\/attacktube.com\/index.php?rest_route=\/wp\/v2\/posts\/3732\/revisions\/3741"}],"wp:attachment":[{"href":"https:\/\/attacktube.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3732"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/attacktube.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3732"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/attacktube.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3732"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}