<h1 class="example">My Demo Website</h1> export class Example { private title: string = ''; constructor(id: number) {} getTitle = (): string => this.title; ...
確定! 回上一頁