gpt4 book ai didi

javascript - 使用 AngularJS 突出显示字符串中的单词

转载 作者:行者123 更新时间:2023-12-02 14:13:12 27 4
gpt4 key购买 nike

我在 UI 中显示一个字符串,该字符串保存在 $scope 中变量。

<p>{{stringValue}}</p>

我想在单击按钮后突出显示该字符串中的单词。我尝试过:

$scope.go = function () {
$scope.stringValue = $scope.stringValue.replace("word", "<span class='highlight'>" + "word" + "</span>");
}

但是<span>标签现在显示在 View 中。

最佳答案

尝试使用ng-bind-html指令。

<p ng-bind-html="stringValue"></p>

关于javascript - 使用 AngularJS 突出显示字符串中的单词,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39302963/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com