有没有一种方法可以将html类和目标链接文本转换为显示为常规链接文本

时间:2019-05-06 10:34:04

标签: html css angular6 chat message

我正在使用innerhtml将聊天消息绑定到我的应用程序中。从服务器端我发送了一条消息,我试图将html内容转换为角度6的普通链接内容。

<a href="https://helloworld.com/test&quot;" class="linkified" target="_blank">https://helloworld.com/test"</a>

在客户端,我的输出为

https://helloworld.com/test" class="linkified" target="_blank">https://helloworld.com/test" class="linkified" target="_blank">" class="linkified" target="_blank">https://helloworld.com/test" class="linkified" target="_blank">https://helloworld.com/test

如何在我的聊天窗口中显示普通超链接。 我的输出应为https://helloworld.com/test

我的聊天窗口设计为

<p [innerHTML]="msgObj.message" class="mr-2 pr-1 mb-0"></p>

在我们的应用程序中收到消息时。在api中显示为

{"message": "<a href="<a href="https://helloworld.com/test&quot" class="linkified" target="_blank">https://helloworld.com/test&amp;quot</a>;" class="linkified" target="_blank"><a href="https://helloworld.com/test&quot;</a>" class="linkified" target="_blank">https://helloworld.com/test"</a></a>"}

0 个答案:

没有答案