@class * @param {string} name */ function Person(name){ this.name = name } Person.prototype = new function(){ var amount_of_limbs = 4; ...
確定! 回上一頁