Input 是属性装饰器,用来定义组件内的输入属性。 ... import { Component, Input } from '@angular/core'; @Component({ ... <input type="text"
確定! 回上一頁