摘要: typeof 运算符把类型信息当作字符串返回,包括有大家常有变量类型。 typeof 运算符把类型信息当作字符串返回。typeof 返回值有六种可能: "number," "string," "boolean," "object," "function," 和 "undefined."我们可以使用t 阅读全文
posted @ 2018-05-30 09:12 菲比月 阅读(23696) 评论(0) 推荐(1) 编辑