<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shawshank99</author_name>
  <author_url>https://blog.hatena.ne.jp/shawshank99/</author_url>
  <blog_title>にょきにょきブログ</blog_title>
  <blog_url>https://aoking.hatenablog.jp/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>与えられた x が数値か、もしくは文字列での数字かどうかを調べる。数値または数字なら true. function isNumber(x){ if( typeof(x) != 'number' &amp;&amp; typeof(x) != 'string' ) return false; else return (x == parseFloat(x) &amp;&amp; isFinite(x)); } テスト isNumber(-1) // true isNumber(0) // true isNumber(1) // true isNumber(0.0) // true isNumber(1.5) // true is…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Faoking.hatenablog.jp%2Fentry%2F20120217%2F1329452700&quot; title=&quot; JavaScript で数値判定 - にょきにょきブログ&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://ecx.images-amazon.com/images/I/51OtMPYsLwL.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-02-17 13:25:00</published>
  <title> JavaScript で数値判定</title>
  <type>rich</type>
  <url>https://aoking.hatenablog.jp/entry/20120217/1329452700</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
