{"id":283,"date":"2018-02-25T21:18:00","date_gmt":"2018-02-25T12:18:00","guid":{"rendered":"http:\/\/attacktube.com\/?p=283"},"modified":"2022-12-23T14:31:14","modified_gmt":"2022-12-23T05:31:14","slug":"javascript-the-good-parts-%e8%a6%9a%e6%9b%b8-trim%e3%83%a1%e3%82%bd%e3%83%83%e3%83%89","status":"publish","type":"post","link":"https:\/\/attacktube.com\/?p=283","title":{"rendered":"JavaScript The Good Parts \u899a\u66f8 trim\u30e1\u30bd\u30c3\u30c9"},"content":{"rendered":"\n<p>\u540d\u8457<a href=\"https:\/\/hb.afl.rakuten.co.jp\/ichiba\/298338d3.714ded4a.298338d4.abf99259\/?pc=https%3A%2F%2Fitem.rakuten.co.jp%2Fbook%2F5940391%2F&amp;link_type=text&amp;ut=eyJwYWdlIjoiaXRlbSIsInR5cGUiOiJ0ZXh0Iiwic2l6ZSI6IjI0MHgyNDAiLCJuYW0iOjEsIm5hbXAiOiJyaWdodCIsImNvbSI6MSwiY29tcCI6ImRvd24iLCJwcmljZSI6MSwiYm9yIjoxLCJjb2wiOjEsImJidG4iOjEsInByb2QiOjAsImFtcCI6ZmFsc2V9\" target=\"_blank\" rel=\"nofollow sponsored noopener\" style=\"word-wrap:break-word;\">JavaScript\uff1athe\u3000good\u3000parts \u300c\u826f\u3044\u30d1\u30fc\u30c4\u300d\u306b\u3088\u308b\u30d9\u30b9\u30c8\u30d7\u30e9\u30af\u30c6\u30a3\u30b9 [ \u30c0\u30b0\u30e9\u30b9\u30fb\u30af\u30ed\u30d5\u30a9\u30fc\u30c9 ]<\/a>\u899a\u66f8<br>\u79c1\u304c\u8cb7\u3063\u305f\u306e\u306f,2010\u5e7410\u670813\u65e5 \u521d\u7248\u7b2c6\u5237\u767a\u884c<\/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>Javascript\u306b\u306f\u6587\u5b57\u5217\u306e\u5f8c\u308d\u306b\u3042\u308b\u7a7a\u767d\u3092\u53d6\u308a\u9664\u304f\u30e1\u30bd\u30c3\u30c9\u304c\u5b58\u5728\u3057\u306a\u3044\u3002(P38)<br>\u3068\u66f8\u3044\u3066\u3042\u308a,trim\u30e1\u30bd\u30c3\u30c9\u306e\u5b9a\u7fa9\u304c\u63b2\u8f09\u3055\u308c\u3066\u3044\u308b\u3002<\/p>\n\n\n\n<p>\u73fe\u5728,2018\u5e74\u306e\u6642\u70b9\u3067String.prototype.trim\u306f\u3082\u3046,\u307b\u3068\u3093\u3069\u306e\u30d6\u30e9\u30a6\u30b6\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u308b\u306e\u3067,\u81ea\u5206\u3067\u5b9a\u7fa9\u3059\u308b\u5fc5\u8981\u304c\u306a\u3044\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\nFunction.prototype.method = function (name, func) {\n    if (!this.prototype[name]) {\n        this.prototype[name] = func;\n        return this;\n    }\n};\n\nString.method('trim', function(){\n    return this.replace(\/^\\s+|\\s+$\/g,'');\n});\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>\u540d\u8457JavaScript\uff1athe\u3000good\u3000parts \u300c\u826f\u3044\u30d1\u30fc\u30c4\u300d\u306b\u3088\u308b\u30d9\u30b9\u30c8\u30d7\u30e9\u30af\u30c6\u30a3\u30b9 [ \u30c0\u30b0\u30e9\u30b9\u30fb\u30af\u30ed\u30d5\u30a9\u30fc\u30c9 ]\u899a\u66f8\u79c1\u304c\u8cb7\u3063\u305f\u306e\u306f,2010\u5e7410\u670813\u65e5 \u521d\u7248\u7b2c6\u5237\u767a\u884c<\/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-283","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\/283","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=283"}],"version-history":[{"count":7,"href":"https:\/\/attacktube.com\/index.php?rest_route=\/wp\/v2\/posts\/283\/revisions"}],"predecessor-version":[{"id":457,"href":"https:\/\/attacktube.com\/index.php?rest_route=\/wp\/v2\/posts\/283\/revisions\/457"}],"wp:attachment":[{"href":"https:\/\/attacktube.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=283"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/attacktube.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=283"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/attacktube.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=283"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}