import {HostListener, KeyboardEvent} from '@angular/core'; @Component({...}) export class MyComponent { @HostListener('document:keyup', ...
確定! 回上一頁