天使半只翼

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2016年7月30日

摘要: typeof 它返回值是一个字符串,该字符串说明运算数的类型。 a=1; b=true; c="c"; d=function(){ console.log(" is d"); } e={ e1:"is e1"} f=null; g=[1,2,3]; console.log("a typeof="+t 阅读全文
posted @ 2016-07-30 15:18 天使半只翼 阅读(302) 评论(0) 推荐(0) 编辑