摘要: typeof 可以验证出的数据类型有: undefined number string boolean object function 注: 返回结果为字符串类型 instanceof 可以判断是否为某个类型 用法; [需要判断的值] instanceof [某一数据类型] 深入解析: https: 阅读全文
posted @ 2019-03-25 00:14 风~停了 阅读(125) 评论(0) 推荐(0)