背景图片

JavaScript 权威指南(犀牛书) 第 6 章:对象

6.1 对象简介 Introduction to Objects

6.2 创建对象 Creating Objects


6.3 查询和设置属性 Querying and Setting Properties

6.3.1 if

6.3.2 else if

6.3.3 switch

6.4 删除属性 Deleting Properties

6.4.1 while

6.4.2 do/while

6.4.3 for

6.4.4 for/of

6.4.5 for/in

6.5 测试属性 Testing Properties

6.6 枚举属性 Enumerating Properties

6.7 扩展对象 Extending Objects

6.8 序列化对象 Serializing Objects

6.9 对象方法 Object Methods

6.10 对象字面量扩展语法 Extended Object Literal Syntax

6.11 小结 Summary