国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

Javascript 對象的解釋

2019-11-21 01:32:49
字體:
來源:轉載
供稿:網友
所有的構造器都是對象,而并非所有的對象都是構造器.每個構造器都有一個用來實現原型繼承、共享屬性的Prototype屬性。對象通過new 表達式創建;比如,new String("A String") 創建了一個String對象。沒有通過new而直接調用構造器將有返回值,返回的類型將取決于構造器。例如String("A String")產生一個原始的類型的字符串而不是一個對象。
ECMAScript支持基于原型的繼承。每個構造器都有一個與之關聯的原型,而且通過此構造器創建的對象都有一個與構造器原型關聯的隱式引用(稱為,對象的原型)。進一步說,一個原型可能有一個對其原型的非空隱式引用……,這被稱為,原型鏈。當一個引用指向對象的屬性,這個引用指向原型鏈中的第一個對象的以此為名的屬性。換句話說,第一次,這個直接關聯的對象,將為這個屬性被檢查。如果這個對象包含以此為名的屬性,這個屬性就是引用指向的屬性。如過這個對象不包含以此為名的屬性,那么這個對象的原型將會被繼續檢查……
原文:
Object
ECMAScript does not contain proper classes such as those in C++, Smalltalk, or Java, but rather,supports constructors which create objects by executing code that allocates storage for the objects and initialises all or part of them by assigning initial values to their properties. All constructors are objects,but not all objects are constructors. Each constructor has a Prototype property that is used to implement prototype-based inheritance and shared properties. Objects are created by using constructors in new expressions; for example, new String("A String") creates a new String object. Invoking a constructor without using new has consequences that depend on the constructor. For example,String("A String") produces a primitive string, not an object.
ECMAScript supports prototype-based inheritance. Every constructor has an associated prototype, and every object created by that constructor has an implicit reference to the prototype (called the object's prototype) associated with its constructor. Furthermore, a prototype may have a non-null implicit reference to its prototype, and so on; this is called the prototype chain. When a reference is made to a property in an object, that reference is to the property of that name in the first object in the prototype chain that contains a property of that name. In other words, first the object mentioned directly is examined for such a property; if that object contains the named property, that is the property to which the reference refers; if that object does not contain the named property, the prototype for that object is examined next; and so on.
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 麻江县| 禹城市| 和林格尔县| 宁阳县| 西昌市| 顺平县| 丰城市| 乐至县| 蒲城县| 奇台县| 宜黄县| 张北县| 垣曲县| 怀远县| 习水县| 呼图壁县| 台北市| 巴林右旗| 西华县| 永嘉县| 霍林郭勒市| 遂溪县| 永修县| 清徐县| 通州区| 历史| 锡林郭勒盟| 丰原市| 鹤庆县| 梧州市| 鹿泉市| 鄂伦春自治旗| 巴南区| 吴桥县| 根河市| 昌宁县| 平昌县| 台江县| 威信县| 临安市| 新干县|