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.
有没有办法在数据标签中添加跨度?
<a href="#" data-content="<span>Vivamus </span>sagittis.">Printer 127.0.13.123</a>
输出显示 Vivamus sagittis 而不是制作 span 标签
尝试data-html="true"
data-html="true"
<a href="#" data-html="true" data-content="<span>Vivamus </span>sagittis."> Printer 127.0.13.123</a>