<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>takuya_1st</author_name>
  <author_url>https://blog.hatena.ne.jp/takuya_1st/</author_url>
  <blog_title>それマグで！</blog_title>
  <blog_url>https://takuya-1st.hatenablog.jp/</blog_url>
  <categories>
  </categories>
  <description>javascriptで配列の部分配列をsliceで出せるのだが、それだけじゃ不満なので、配列を行列に変換してみた。 テーブルや、ページング作るのにあれば便利だろう。 Array.prototype.chunk = function(n){ len = Math.round(this.length/n,10) ret = [] for(var i=0;i&lt;len;i++){ ret.push( this.slice( i*n, i*n+n ) ) } return ret; } 配列を配列に分ける。 &gt; [9,8,7,6,5,4,3,2,1,0].chunk(2) [ [ 9, 8 ], [ 7…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakuya-1st.hatenablog.jp%2Fentry%2F2014%2F05%2F14%2F014211&quot; title=&quot;javascriptでeach_slice や array_chunk的なこと - それマグで！&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-05-14 01:42:11</published>
  <title>javascriptでeach_slice や array_chunk的なこと</title>
  <type>rich</type>
  <url>https://takuya-1st.hatenablog.jp/entry/2014/05/14/014211</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
