摘要: 1、typeof:返回一个字符串 根据typeof判断对象 表达式 返回值 typeof undefined 'undefined' typeof true 'boolean' typeof 123 'number' typeof "abc" 'string' typeof function() { 阅读全文
posted @ 2019-09-16 22:30 红桃七716 阅读(562) 评论(0) 推荐(0)