<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gothedistance</author_name>
  <author_url>https://blog.hatena.ne.jp/gothedistance/</author_url>
  <blog_title>Life is Really Short, Have Your Life!!</blog_title>
  <blog_url>https://aroundthedistance.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>Flask</anon>
  </categories>
  <description>注文明細の数量を変更するような画面を作ってまして、こういうデータ構造でした。 ID 商品名 注文数 2 AAAA 3 3 BBBB 5 4 CCCC 6 5 DDDD 7 IDと商品名と注文数は配列で渡すので、こういうHTMLでマークアップします。 &lt;input type=&quot;hidden&quot; name=&quot;id[]&quot; value=&quot;{{ od.id }}&quot;&gt; &lt;input type=&quot;text&quot; name=&quot;ordernum[]&quot; value=&quot;{{ od.ordernum }}&quot;&gt; で、各々別の配列に入っている値ですが、このままで使えない。縦と横を変換したい。下記のi_want_thisのような…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Faroundthedistance.hatenadiary.jp%2Fentry%2F2015%2F03%2F13%2F192657&quot; title=&quot;Flaskでフォームの配列のパラメータを取得して縦横に変換する - Life is Really Short, Have Your Life!!&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>2015-03-13 19:26:57</published>
  <title>Flaskでフォームの配列のパラメータを取得して縦横に変換する</title>
  <type>rich</type>
  <url>https://aroundthedistance.hatenadiary.jp/entry/2015/03/13/192657</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
