{"id":5230,"date":"2013-03-22T01:51:39","date_gmt":"2013-03-21T16:51:39","guid":{"rendered":"http:\/\/rentan.org\/blog\/?p=5230"},"modified":"2013-03-22T01:51:39","modified_gmt":"2013-03-21T16:51:39","slug":"dmonkey-if-else-block-function-definition","status":"publish","type":"post","link":"https:\/\/rentan.org\/blog\/2013\/03\/22\/dmonkey-if-else-block-function-definition\/","title":{"rendered":"DMonkey: if\/else \u30d6\u30ed\u30c3\u30af\u5185\u3067\u306e\u95a2\u6570\u5b9a\u7fa9"},"content":{"rendered":"<pre class=\"prog_code javascript\">\r\n<code>(function () {\r\n  alert (typeof foo + (typeof foo == 'undefined' ? '' : foo ()));\r\n  if (true) {\r\n    function foo () { return '#1'; }\r\n  }\r\n  else {\r\n    function foo () { return '#2'; }\r\n  }\r\n  alert (typeof foo + (typeof foo == 'undefined' ? '' : foo ()));\r\n}) ();<\/code>\r\n<\/pre>\n<table border=\"1\">\n<tbody>\n<tr>\n<th>\u30d6\u30e9\u30a6\u30b6<\/th>\n<th>1\u56de\u76ee\u306e alert<\/th>\n<th>2\u56de\u76ee\u306e alert<\/th>\n<tr>\n<td>IE<\/td>\n<td>function#2<\/td>\n<td>function#2<\/td>\n<\/tr>\n<tr>\n<td>Chrome<\/td>\n<td>function#2<\/td>\n<td>function#2<\/td>\n<\/tr>\n<tr>\n<td>Firefox<\/td>\n<td>undefined<\/td>\n<td>function#1<\/td>\n<\/tr>\n<tr>\n<td>DMonkey<\/td>\n<td>undefined<\/td>\n<td>function#1<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><code>true<\/code> \u3092 <code>false<\/code> \u306b\u5909\u66f4\u3057\u305f\u5834\u5408\u3002<\/p>\n<table border=\"1\">\n<tbody>\n<tr>\n<th>\u30d6\u30e9\u30a6\u30b6<\/th>\n<th>1\u56de\u76ee\u306e alert<\/th>\n<th>2\u56de\u76ee\u306e alert<\/th>\n<tr>\n<td>IE<\/td>\n<td>function#2<\/td>\n<td>function#2<\/td>\n<\/tr>\n<tr>\n<td>Chrome<\/td>\n<td>function#2<\/td>\n<td>function#2<\/td>\n<\/tr>\n<tr>\n<td>Firefox<\/td>\n<td>undefined<\/td>\n<td>function#2<\/td>\n<\/tr>\n<tr>\n<td>DMonkey<\/td>\n<td>undefined<\/td>\n<td>function#2<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>IE \u3068 Google Chrome \u306f if\/else \u30d6\u30ed\u30c3\u30af\u306e\u306a\u304b\u306b\u3042\u3063\u3066\u3082\u95a2\u6570\u672c\u4f53\u3067\u306e\u5b9a\u7fa9\u3068\u3057\u3066\u89e3\u91c8\u3055\u308c\u3001\u5f8c\u304b\u3089\u8a18\u8ff0\u3057\u305f\u65b9(#2)\u304c\u95a2\u6570\u5185\u5168\u57df\u3067\u6709\u52b9\u3068\u306a\u308a\u307e\u3059\u3002<\/p>\n<p>Firefox \u3068 DMonkey \u3067\u306f\u3001\u95a2\u6570\u6587\u304c\u5b9f\u884c\u3055\u308c\u305f\u6642\u70b9\u3067\u305d\u306e\u95a2\u6570(#1 \u307e\u305f\u306f #2)\u304c\u5b9a\u7fa9\u3055\u308c\u307e\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>(function () { alert (typeof foo + (typeof foo == 'undefined' ? '' : foo ())); if (true) { function foo () { r [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[640],"tags":[1191],"class_list":["post-5230","post","type-post","status-publish","format-standard","hentry","category-irvine","tag-dmonkey"],"_links":{"self":[{"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/posts\/5230","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/comments?post=5230"}],"version-history":[{"count":3,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/posts\/5230\/revisions"}],"predecessor-version":[{"id":5233,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/posts\/5230\/revisions\/5233"}],"wp:attachment":[{"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/media?parent=5230"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/categories?post=5230"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/tags?post=5230"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}