Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个应用程序,其中用户名同时使用英语和日语(适用于日本用户。)
我正在从数据库中检索用户名,并希望在显示用户名的文本框中允许英语和日语文化的用户名。
怎么做?
文本框有一个名为ImeMode的属性,默认情况下是“无控制”,允许您同时输入英语和日语 还有其他选项,如平假名、片假名、Alpha 等...
并且关于比较字符串的问题,无需担心它适用于 Unicode,因此它将比较英文和日文文本。