摘要: 1、问题:在Javascript中,typeof(undefined) == undefined成立吗? 答案:不成立,全局函数 typeof()返回值类型为字符串类型,六个可能值: "number", "string", "boolean", "object" ,"function", 和 "un 阅读全文
posted @ 2014-07-24 18:39 hongweigg 阅读(9) 评论(0) 推荐(0)