ng-html 报 不安全 警告解决办法时间:2024-03-25 09:03:44app.filter('to_trusted',['$sce',function($sce){ return function(text){ return $sce.trustAsHtml(text); }}]);