@HostListener(‘mouseleave’) onMouseLeave(): any { this.highlight(null); // 报错null 改为’ ’ } null 改为’’ 即可