</div> ` }) export class StylishComponent { showStyle = false; getBackgroundColor() { if (this.showStyle) { return 'yellow'; } else { return ...
確定! 回上一頁