html file <input type="text" #search (keyup.enter)="doSomething()"> .ts file import { Component, ViewChild, ElementRef} from '@angular/core' ...
確定! 回上一頁