Javascript专题

97 阅读1分钟

一、JS中的数据类型: 1、基本数据类型(按照值来操作的):number、string、null、undefined、boolean。 2、引用数据类型(按照引用地址来操作的):object([]、{}、/^$/、Date)、function。