Angular 中input和output使用. 复制代码. // 写法一: 1 @Components({ 2 ...., 3 inputs:['init'], 4 outputs:['finish'] 5 }) 6 export class xxx(){ ...
確定! 回上一頁