🌈 搜索
📅  最后修改于: 2022-03-11 15:04:32.744000             🧑  作者: Mango
// in html // in .ts @ViewChild('input') input:ElementRef; //Output value console.log(this.input.nativeElement.value);