深度學(xué)習(xí) Kaggle新賽NBME-臨床患者病例評(píng)分大賽指導(dǎo)班(NLP·Token分類(lèi))
==> 繼承 === 共有屬性 + 私有屬性 === prototype
屬性 + 構(gòu)造函數(shù)上的屬性
function Person( name ){
? ?this.name = name}Person.prototype.think = truePerson.prototype.foot = 'two'Person.prototype.say = function(){
? ?console.log( 'I can say' )}Person.prototype.walk = function(){
? ?console.log( 'I can walk' )}
標(biāo)簽: