类中的函数-JavaScript之前的“ get”关键字是什么?
get关键字可用作C#,Java和其他技术的getter函数。
我们在类中使用get设置函数,如下所示:
class Employee {
constructor(name) {
this.name = name;
}
get fullName() {
return this.name;
}
}示例
以下是显示get示例的代码-
class Employee {
constructor(name) {
this.name = name;
}
get fullName() {
return this.name;
}
}
var employeeObject = new Employee("David Miller");
console.log(employeeObject.fullName);要运行上述程序,您需要使用以下命令-
node fileName.js.
在这里,我的文件名为demo299.js。
输出结果
这将在控制台上产生以下输出-
PS C:\Users\Amit\javascript-code> node demo299.js David Miller
热门推荐
10 2026对老师祝福语简短
11 杜锋结婚祝福语简短
12 熊孩子结婚祝福语简短
13 生日祝福语简短精辟发财
14 高逼格简短祝福语
15 分手后祝福语简短高级
16 正月十五祝福语简短家人
17 伴娘伴郎婚礼祝福语简短
18 端午加高考祝福语简短