【发布时间】:2022-08-20 02:18:30
【问题描述】:
请我想在烤面包机内调用一个函数。当我放置一个href链接时,它可以工作,但按钮没有。 当我将按钮放在烤面包机之外时,该功能称它工作。 谢谢。
this.toastr.toastrConfig.enableHtml=true;
this.toastr.info(\" <button type=\'button\' (click)=\'this.exportexcel()\'>click here</button> \");
exportexcel(): void
{
console.log(\'text\')
}
我已经尝试过了,它在烤面包机内部也不起作用,但在外部起作用。
<a style=\'cursor: pointer\' (click)=\'this.exportexcel()\'> cloud_download</a>