Angular2 Chinese text box how can only enter text letters and underscores ah, preferably a command

Why can only text letters and underscores be entered in the angular2 text box? it is best to use the instruction

.
Mar.19,2021

cannot limit what characters the user enters, but you can listen to the keyup event of input and then process the entered string in this event.

<input type="text" [(ngModel)]="text" (keyup)="handle($event)">

handle(event){
// 

}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a6c5-2ba65.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3a6c5-2ba65.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?