'?' 和 "fi"

Posted 苛性氢

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了'?' 和 "fi"相关的知识,希望对你有一定的参考价值。

今天用Edge读《Automatic Text Input Generation for Mobile Testing》,遇到speci?cation,复制到词典查,结果没有这个词。

手打specification,却有。

觉得很神奇,然后发现‘?‘是一个字符。

但是更神奇的是,smartPDF打开没问题是"fi",Edge打开就是‘?‘。

>>> a=speci?cation
>>> b=specification
>>> a==b
False
>>> a[0]==b[0]
True
>>> len(a)
12
>>> len(b)
13
>>> a[5]
?

 

 

以上是关于'?' 和 "fi"的主要内容,如果未能解决你的问题,请参考以下文章

iOS配置证书:Provisioning profile "xx_Distribution" doesn't include signing certificate &qu

Fatal error in launcher: Unable to create process using '"d:downloadpython.exe" &qu(示

shell 多重条件判断

字典

node json.parse和querystring.parse的区别

excel的拖动递增,如何用命令实现?