标签:ret tomato bsp 实例 ons java 关键字 hid tor
class Chef{
constructor(food){
this.food = food;
thid.dish = [];
}
//getter
get menu(){
return this.dish
}
//setter
set menu(dish){
this.dish.push(dish)
}
staitc cook(food){
console.log(this.food)
}
}
Chef.cook(‘tomato‘) //tomato
标签:ret tomato bsp 实例 ons java 关键字 hid tor
原文地址:https://www.cnblogs.com/fe-cherrydlh/p/11130207.html