Html 什么是' 为什么谷歌搜索用撇号代替它?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/29314231/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What is ' and why does Google search replace it with apostrophe?
提问by Rajesh Surana
In what language does and - hash - three - nine - semicolon('
) represent the apostrophe? I had some website data extracted in JSON format where some of the user comments had apostrophe which were replaced by '
.
和 - 哈希 - 三 - 九 - 分号( '
)在什么语言中表示撇号?我有一些以 JSON 格式提取的网站数据,其中一些用户评论的撇号被'
.
So, what representation it is? I can not even google it as Google searches for apostrophe and not for and - hash - three - nine - semicolon.
那么,它是什么代表呢?我什至无法在谷歌上搜索它,因为谷歌搜索的是撇号而不是and-hash-3-9-分号。
回答by phuclv
It's HTML character referencesfor encoding a character by its decimal code point
它是HTML 字符引用,用于通过十进制代码点对字符进行编码
Look at the ASCII table hereand you'll see that 39 is the code for apostrophe