gpt4 book ai didi

javascript - 为什么 ng-bind-html 只显示文本而不显示链接?

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

我正在使用ng-repeat来显示列表。在我的数据中,有一个包含 Url 的字段,我需要将其显示为 html 页面中的链接。请参阅下面的屏幕截图:

我的 HTML:

enter image description here

我渲染的页面:
enter image description here

我在页面中添加了 angular-sanitize.js 脚本,并在主模块中添加了“ngSanitize”的依赖项。但我不明白为什么 ng-bind-html 只显示文本而不显示链接?非常感谢您的帮助。

建议 1 结果:
enter image description here

和更新的代码:
enter image description here

最佳答案

您必须使用超链接 ( <a> )

<a href="{{ sc.url }}" ng-bind="sc.Url"></a>

关于javascript - 为什么 ng-bind-html 只显示文本而不显示链接?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36671753/

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