{"categories":["JavaScript"],"width":"100%","url":"https://s-hiiragi.hatenadiary.org/entry/20101119/1290165269","description":"Array#search\u3068\u304b\u3042\u3063\u3066\u3082\u826f\u3055\u305d\u3046\u3060\u3051\u3069\u3001\u7528\u610f\u3055\u308c\u3066\u3044\u306a\u3044\u3088\u3046\u306a\u306e\u3067\u9069\u5f53\u306b\u5b9a\u7fa9\u3002 /** * \u914d\u5217\u304b\u3089\u8981\u7d20\u3092\u691c\u7d22 * @param a0 \u691c\u7d22\u3059\u308b\u8981\u7d20\u307e\u305f\u306f\u30c6\u30b9\u30c8\u95a2\u6570 * @return number \u8981\u7d20\u306e\u6dfb\u5b57\u3002\u898b\u3064\u304b\u3089\u306a\u3044\u5834\u5408\u306f-1 */ Array.prototype.search = function(a0) { if( a0 instanceof Function ){ for( var i=0, l=this.length; i < l; i++ ) if( a0(this[i]) ) return i; }else{ for( var i=0, l=this.lengt\u2026","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fs-hiiragi.hatenadiary.org%2Fentry%2F20101119%2F1290165269\" title=\"\u914d\u5217\u306e\u8981\u7d20\u3092\u691c\u7d22 - s_hiiragi\u306e\u6d3b\u52d5\u30e1\u30e2\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","blog_title":"s_hiiragi\u306e\u6d3b\u52d5\u30e1\u30e2","image_url":null,"version":"1.0","title":"\u914d\u5217\u306e\u8981\u7d20\u3092\u691c\u7d22","provider_url":"https://hatena.blog","published":"2010-11-19 20:14:29","author_name":"s_hiiragi","type":"rich","provider_name":"Hatena Blog","author_url":"https://blog.hatena.ne.jp/s_hiiragi/","blog_url":"https://s-hiiragi.hatenadiary.org/","height":"190"}