<input [value]="username" (input)="username = $event.target.value"> ... ngModel 是Angular 所提供的Directive,主要用途是用來簡化雙向繫結的 ...
確定! 回上一頁