export class AppComponent implements OnInit { ngOnInit() { // do something... } } 在上面程式中,我們加入了 OnInit 的介面,在宣告元件類別時,加上 ...
確定! 回上一頁