{"id":4028,"date":"2023-07-13T10:41:43","date_gmt":"2023-07-13T01:41:43","guid":{"rendered":"http:\/\/attacktube.com\/?p=4028"},"modified":"2023-07-13T16:44:24","modified_gmt":"2023-07-13T07:44:24","slug":"%e3%80%90javascript%e3%80%91delete%e6%bc%94%e7%ae%97%e5%ad%90","status":"publish","type":"post","link":"https:\/\/attacktube.com\/?p=4028","title":{"rendered":"\u3010JavaScript\u3011delete\u6f14\u7b97\u5b50"},"content":{"rendered":"\n<p>\u914d\u5217\u306e\u8981\u7d20\u3068\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u306fdelete\u6f14\u7b97\u5b50\u3092\u4f7f\u3063\u3066\u524a\u9664\u53ef\u80fd\u3067\u3042\u308b\u3002<br>\u3057\u304b\u3057\u3001\u6b21\u306e\u3088\u3046\u306bdelete\u6f14\u7b97\u5b50\u306e\u6319\u52d5\u304c\u8907\u96d1\u3067\u3042\u308b\u3002<br><br>\u79c1\u306f\u3001\u6319\u52d5\u304c\u8907\u96d1\u306adelete\u6f14\u7b97\u5b50\u306f\u4f7f\u308f\u306a\u3044\u3053\u3068\u306b\u3059\u308b\u3002\u4ee3\u308f\u308a\u306bMap Object\u3092\u4f7f\u3046\u3053\u3068\u306b\u3059\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<pre><code>\nconst my = {};\nmy.aa = {};\nmy.aa[&quot;ab&quot;] = 100;\nmy.aa[&quot;abc&quot;] = 200;\nmy.aa[&quot;abcd&quot;] = 300;\n\nconsole.log(&quot;my.aa.length=&quot; + Object.keys(my.aa).length); \/\/3\nconsole.log(&quot;my.aa.length=&quot; + my.aa.length); \/\/undefined\n\nconsole.log(&quot;my.aa[abc]=&quot; + my.aa[&quot;abc&quot;]); \/\/200\n\ndelete my.aa[&quot;abc&quot;];\n\nconsole.log(&quot;my.aa[abc]=&quot; + my.aa[&quot;abc&quot;]); \/\/undefined\n\nconsole.log(&quot;my.aa.length=&quot; + Object.keys(my.aa).length); \/\/2\nconsole.log(&quot;my.aa.length=&quot; + my.aa.length); \/\/undefined\n\nconst aa = [];\naa[0] = 100;\naa[1] = 200;\naa[2] = 300;\n\nconsole.log(&quot;Object.keys(aa).length=&quot; + Object.keys(aa).length); \/\/3\nconsole.log(&quot;aa.length=&quot; + aa.length); \/\/3\n\nconsole.log(&quot;aa[1]=&quot; + aa[1]); \/\/200\n\ndelete aa[1];\n\nconsole.log(&quot;aa[1]=&quot; + aa[1]); \/\/undefined\n\nconsole.log(&quot;Object.keys(aa).length=&quot; + Object.keys(aa).length); \/\/2\nconsole.log(&quot;aa.length=&quot; + aa.length); \/\/3\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>\u914d\u5217\u306e\u8981\u7d20\u3068\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u30d7\u30ed\u30d1\u30c6\u30a3\u306fdelete\u6f14\u7b97\u5b50\u3092\u4f7f\u3063\u3066\u524a\u9664\u53ef\u80fd\u3067\u3042\u308b\u3002\u3057\u304b\u3057\u3001\u6b21\u306e\u3088\u3046\u306bdelete\u6f14\u7b97\u5b50\u306e\u6319\u52d5\u304c\u8907\u96d1\u3067\u3042\u308b\u3002 \u79c1\u306f\u3001\u6319\u52d5\u304c\u8907\u96d1\u306adelete\u6f14\u7b97\u5b50\u306f\u4f7f\u308f\u306a\u3044\u3053\u3068\u306b\u3059\u308b\u3002\u4ee3\u308f\u308a\u306bMap Obje [&hellip;]<\/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":[3],"tags":[],"class_list":["post-4028","post","type-post","status-publish","format-standard","hentry","category-javascript"],"jetpack_featured_media_url":"","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/attacktube.com\/index.php?rest_route=\/wp\/v2\/posts\/4028","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=4028"}],"version-history":[{"count":4,"href":"https:\/\/attacktube.com\/index.php?rest_route=\/wp\/v2\/posts\/4028\/revisions"}],"predecessor-version":[{"id":4032,"href":"https:\/\/attacktube.com\/index.php?rest_route=\/wp\/v2\/posts\/4028\/revisions\/4032"}],"wp:attachment":[{"href":"https:\/\/attacktube.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4028"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/attacktube.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4028"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/attacktube.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4028"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}