@Component({ template: ` <input (keyup)="onKey($event)"> ` }) export class KeyUpComponent { onKey(event: KeyboardEvent) {
確定! 回上一頁