printName(name = 'there') { this.print(`Hello ${name}`); }如上面一段代码,实际运行效果在直接调用没有传参的情况下printName(),name默认被设置成'there'。请问这中写法叫什么,不知道应该如何去找这种写法的资料。 查看完整描述