import { Component, OnInit } from'@angular/core'; @Component({ selector:'app-child1', templateUrl:'./child1.component.html', styleUrls: ['./child1.component.css'] }) export class Child1Component implements OnInit { constructor() { } ...
www.dbjr.com.cn/article/1375...htm 2025-5-5