我计划以纯文本格式插入HTML标记。但我不知道这一点。我有一个计划文本&#34;核心功能&#34;并且我想插入HTML标记,因此这将是&#34; <span class="text-danger">Core</span> Features
&#34;。谢谢你的好主意......
答案 0 :(得分:0)
我相信你的意思是html实体编码。所以你的例子是:
<span class="text-danger">Core</span> Features
您可以在此处使用编码:https://mothereff.in/html-entities