{"id":3814,"date":"2012-02-15T19:04:15","date_gmt":"2012-02-15T10:04:15","guid":{"rendered":"http:\/\/rentan.org\/blog\/?p=3814"},"modified":"2012-02-15T19:04:15","modified_gmt":"2012-02-15T10:04:15","slug":"dmonkey-string-object-text-property","status":"publish","type":"post","link":"https:\/\/rentan.org\/blog\/2012\/02\/15\/dmonkey-string-object-text-property\/","title":{"rendered":"DMonkey: String \u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e text \u30d7\u30ed\u30d1\u30c6\u30a3"},"content":{"rendered":"<div class=\"prog_code javascript\">\n<code>var s = new String ('abc');<br \/>\nalert (typeof s.text); &nbsp; \/\/ 'string'<\/code>\n<\/div>\n<p>String.text \u306f string \u578b\u3002<\/p>\n<div class=\"prog_code javascript\">\n<code>var s = new String ('abc');<br \/>\ns.text.text = 'xyz'; &nbsp; \/\/ Exception: ENameError() =&gt; member assign error text<br \/>\nalert (s);<\/code>\n<\/div>\n<p>\u306a\u306e\u3067\u3001String.text.text \u306f\uff08string.text \u3068\u3044\u3046\u3053\u3068\u306a\u306e\u3067\uff09\u66f8\u304d\u63db\u3048\u4e0d\u53ef\u3002<\/p>\n<p>string \u304c\u30d7\u30ea\u30df\u30c6\u30a3\u30d6\u578b\u3067\u3001String \u304c\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u578b\u3001\u3068\u3044\u3046\u533a\u5225\u306e\u7b48\u3067\u3059\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>var s = new String ('abc'); alert (typeof s.text); &nbsp; \/\/ 'string' String.text \u306f string \u578b\u3002 var s = new Stri [&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":[],"class_list":["post-3814","post","type-post","status-publish","format-standard","hentry","category-irvine"],"_links":{"self":[{"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/posts\/3814","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=3814"}],"version-history":[{"count":2,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/posts\/3814\/revisions"}],"predecessor-version":[{"id":3816,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/posts\/3814\/revisions\/3816"}],"wp:attachment":[{"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/media?parent=3814"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/categories?post=3814"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rentan.org\/blog\/wp-json\/wp\/v2\/tags?post=3814"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}