Home > Backend Development > PHP Tutorial > HTML中,直接用输入法打出来©符号,和用©表示,有什么本质区别?

HTML中,直接用输入法打出来©符号,和用©表示,有什么本质区别?

PHP中文网
Release: 2016-06-06 20:47:56
Original
5588 people have browsed it


HTML中,直接用输入法打出来©符号,和用©表示,有什么本质区别

其他符号呢?

回复内容:

HTML中,直接用输入法打出来©符号,和用©表示,有什么本质区别

其他符号呢?

©是HTML Entities,©是字符。©在别的地方也一样用,但是HTML Entitiy就不一定了。比如 LaTeX 下 使用 \textcopyright 表示 ©

©属于扩展字符,需要有UTF-8的支持才行,而©是HTML Entities,在HTML页面中会被浏览器自动解析,没有这个限制。

最后,你把两个都放到一个页面中,浏览器选择GBK的编码方式查看一下就知道区别了。

以上就是HTML中,直接用输入法打出来©符号,和用©表示,有什么本质区别?的内容,更多相关内容请关注PHP中文网(www.php.cn)!


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template