javascript中Object.create與new的不一樣

new new配合構造函數使用,建立一個新對象。javascript //定義class var Person = function (firstName) { this.firstName = firstName; }; //定義method Person.prototype.sayHello = function() { console.log("Hello, I'm " + this
相關文章
相關標籤/搜索