<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ayaketan</author_name>
  <author_url>https://blog.hatena.ne.jp/ayaketan/</author_url>
  <blog_title>ayaketanのプログラミング勉強日記</blog_title>
  <blog_url>https://ayaketan.hatenablog.com/</blog_url>
  <categories>
    <anon>Ruby</anon>
  </categories>
  <description>postの使い方も勉強してみた。 事前に2つのERPファイルを準備しておく。 test.erb: &lt;form method=&quot;post&quot; action=&quot;next&quot;&gt; &lt;p&gt;お名前：&lt;input type=&quot;text&quot; name=&quot;name&quot;&gt;&lt;/p&gt; &lt;p&gt;&lt;input type=&quot;submit&quot; value=&quot;送信する&quot;&gt;&lt;/p&gt; &lt;/form&gt; next.erb: あなたの名前は&lt;%= @name %&gt;です。 test.rb: require 'sinatra' require 'erb' get '/' do erb :test end post '/next' do @name = …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fayaketan.hatenablog.com%2Fentry%2F20111220%2F1324382969&quot; title=&quot;Sinatraの使い方（２） - ayaketanのプログラミング勉強日記&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>http://cdn-ak.f.st-hatena.com/images/fotolife/a/ayaketan/20111220/20111220204349.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2011-12-20 21:09:29</published>
  <title>Sinatraの使い方（２）</title>
  <type>rich</type>
  <url>https://ayaketan.hatenablog.com/entry/20111220/1324382969</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
