javascript 计划orientéeobjet
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript 计划orientéeobjet相关的知识,希望对你有一定的参考价值。
class person {
constructor(name, age) {
this.name = name;
this.age = age;
}
tellMyName () {
return this.name = `I am ${this.name}`;
}
tellMyAge () {
return this.age = `I am ${this.age} years old`;
}
}
const person1 = new person('John', 40);
const person2 = new person('Mary', 35);
console.log(`${person1.tellMyName()}, and ${person1.tellMyAge()}`);
console.log(`${person2.tellMyName()}, and ${person2.tellMyAge()}`);
以上是关于javascript 计划orientéeobjet的主要内容,如果未能解决你的问题,请参考以下文章
javascript Aéoutctiond'evènementsurélémentsajoutésdynamiquement
bzoj千题计划233:bzoj 1304: [CQOI2009]叶子的染色
javascript Forcerletéléchargementsd'unfichier
javascript Express 4 - MéthodePUTet modificationdedonnées
JavaScript AZ»é™¤å-ç¬|串é|-A°¾çš“C
javascript QuêteBasesdu Javascript - Découvertedulangage