在设置数据库查询时选择c.i.选项可以忽略大小写匹配单词。

Select the c.i. option when setting up the database query to match words regardless of their case.

点击显示答案

Select the c.i. option when setting up the database query to match words regardless of their case.

c.i. 是 case-insensitive 的缩写形式,case 意思是"字母的大小写形式",insensitive 由前缀 in-(表示"不")和 sensitive("敏感的")组成,合起来表示"不敏感的"。 case-insensitive 指"不区分大小写的",在计算机领域特指对字母大小写不敏感的匹配方式。

在 App 中完整学习这张卡片

在 App 中学习