js中判断数据类型的方法typeof

 

下面是js中判断数据类型的方法typeof的应用:

<input type="text" onblur="demo(this)"/><br/>
<input type="number" onblur="demo(this)" /><br/>

<script>
  function demo(obj){
    alert(obj.value+"  数据类型是  "+typeof(obj.value));
    alert("str"+"  数据类型是  "+typeof("str"));
    alert(111+"  数据类型是  "+typeof(111));
  }
</script>
—— 完 ——
相关推荐
评论

立 为 非 似

中 谁 昨 此

宵 风 夜 星

。 露 , 辰

文章点击榜

细 无 轻 自

如 边 似 在

愁 丝 梦 飞

。 雨 , 花