摘要: ## 数据类型的分类和判断 * 基本(值)类型* Number 任意数值 typeof* String 任意字符串 typeof* Boolean true/false typeof* undefined undefined typeof/ * null null * 对象(引用)类型* Objec 阅读全文
posted @ 2019-11-23 17:49 distant-遥远 阅读(172) 评论(0) 推荐(0)
摘要: JSON * - JS中的对象只有JS自己认识,其他的语言都不认识 * - JSON就是一个特殊格式的字符串,这个字符串可以被任意的语言所识别, * 并且可以转换为任意语言中的对象,JSON在开发中主要用来数据的交互 * - JSON * - JavaScript Object Notation J 阅读全文
posted @ 2019-11-23 11:39 distant-遥远 阅读(513) 评论(0) 推荐(0)