import {Component, Input, OnInit} from '@angular/core';. 例如: 子组件的ts: @Input() person; //@Input 此命令用来修饰person是用来接收父组件 ...
確定! 回上一頁