class AppComponent { constructor(name) { console.log('Constructor initialization'); this.name = name; } } let appCmp = new ...
確定! 回上一頁