Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我在使用 angularJS 文本框时面临的挑战。我想将所有 HTML 代码和 HTML 名称自动转换为文本框中的特殊字符。
假设,{$sce.trustAsHtml('Tom & Jerry');} 它应该在同一个文本框中自动转换为“Tom & Jerry”。[小提琴示例][1]
我尝试使用自定义指令 $sce , ng-model-options 但无法获得所需的结果。希望你们能帮我解决一下。
提前致谢 :)
我刚刚解决了。尝试在文本框中输入任何特殊字符、ASCII 代码或 html 代码。
<div ng-controller="MyCtrl">
{{价值}}
在这里摆弄