export class AppComponent implements AfterViewInit { @ViewChild('input1') input1: ElementRef; @ViewChild('input2') input2: InputComponent;
確定! 回上一頁