1 配列型かどうかを判断します コードをコピー コードは次のとおりです: < ;STRONG>//document.write(isArray(a)); ;br/> '); function isArray(obj){ return (typeof obj=='object')&&obj.constructor==Array; } //]> < /script> 2 文字列型かどうかを判断しますコードをコピーします コードは次のとおりです: <br>//<![CDATA[ <BR>document.write] (isString('test'),' <br/>'); <BR>document.write(isString(10),'<br/>'); <BR>function isString(str){ <BR>return (typeof str==' string')&&str.constructor==String; <BR>} <BR>//]]> <BR><BR><BR>3数値型かどうかを判断します</div><BR><BR><div class="codetitle"><span>コードをコピーします<a style="CURSOR: pointer" data="12390" class="copybut" id="copybut12390" onclick="doCopy('code12390')"><U></U> コードは次のとおりです。</a></span></div>< script type="text/javascript"> <div class="codebody" id="code12390">/ /<![CDATA[ <BR>document.write(isNumber('test'),'<br/>'); write(isNumber(10),'<br/> '); <br>function isNumber(obj){ <br>return (typeof obj=='number')&&obj.constructor==Number; <br>//]]> <br>< /script><br><br><br>4 日付型かどうかを判断します<br><br> </div> <br><br>コピーコード<div class="codetitle"> <span><a style="CURSOR: pointer" data="51911" class="copybut" id="copybut51911" onclick="doCopy('code51911')"> コードは次のとおりです。<u> </u></a><script type="text/javascript"> </span>//<![CDATA[ </div>document.write(isDate(new Date()),'<br/> ;'); <div class="codebody" id="code51911">document.write(isDate(10),'<br/>'); isDate(obj){ <br>return (typeof obj=='object')&&obj.constructor==Date; <br>} <br>//]> <br>5 関数かどうかを判断します コードをコピーします コードは次のとおりです: </a>//<![CDATA [ </span>document.write(isFunction(function test(){}),'<br/> '); </div>document.write(isFunction(10),'<br/>'); <div class="codebody" id="code33348">function isFunction(obj){ <br>return (typeof obj=='function')&&obj.constructor ==関数; <br>} <br>//]]> <br> 6 コードをコピーします コードは次のとおりです: <a style="CURSOR: pointer" data="15595" class="copybut" id="copybut15595" onclick="doCopy('code15595')">linenum<u>//<![CDATA[ </U>document.write(isObject(new Object()),'<br/> ;'); </a>document.write(isObject(10),'<br />'); </u></a></span>function isObject(obj){ </div>return (typeof obj=='object')&&obj.constructor==Object; <div class="codebody" id="code15595">} <br>//]]> >