尽管使用ngSanitize正确输出HTML. <div ng-repeat="question in questions"> <p ng-bind-html="$sce.trustAsHtml(question.body)"> </p> </div>.
確定! 回上一頁