YYMuse

HTML 实体编码/解码

HTML 特殊字符实体编码与解码

常用 HTML 实体

< → &lt;
> → &gt;
& → &amp;
" → &quot;
' → &apos;
  → &nbsp;
© → &copy;
® → &reg;

相关工具