<input type="text" [(ngModel)]="name" /> 並且在根module.ts加入import { FormsModule } from '@angular/forms' 因為該功能在@angular/forms ...
確定! 回上一頁