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.
我需要在 facebook 用户墙帖子中添加 html 标签。我可以在 facebook 帖子中添加以下代码吗?
<a href="mailto:test@example.com">test@example.com</a>
谢谢您的帮助
这是不可能的,因为 <> 字符被转换为 html 值 & lt ; 和> 出于安全原因。否则任何人都可以进行代码注入(javascript、php、asp 等)