直接this.title export class AppComponent { title = 'my-app'; handleClick():void{ console.log(this.title) }}