javascript数据类型/对象/函数/闭包/类型检测

0、数据类型:五种基本类型(string、number、boolean、null、undefined),对象(包括array、function、date、其他普通对象等)。 1、 包装对象:五种...

View more →