红皮书:基本概念(三) 数据类型 ECMAScript中有5种简单数据类型(也称为基本数据类型):undefined,null,boolean,number和string。 typeof typeof null会返回&ldq … 继续阅读 红皮书:基本概念(三)