问题描述
和-哈希-三-九-分号('
)用哪种语言表示撇号?我提取了一些以JSON格式提取的网站数据,其中一些用户注释中带有撇号,并用'
代替了.
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 '
.
那么,它代表什么?我什至不能用谷歌搜索它,因为谷歌搜索撇号而不是和-哈希-三-九-分号.
So, what representation it is? I can not even google it as Google searches for apostrophe and not for and - hash - three - nine - semicolon.
推荐答案
它是 HTML字符引用通过字符的十进制代码点对字符进行编码
It's HTML character references for encoding a character by its decimal code point
在这里查看 ASCII表,您会看到39是单引号的代码
Look at the ASCII table here and you'll see that 39 is the code for apostrophe
这篇关于什么是'为什么Google搜索将其替换为撇号?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!