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.
无论使用哪种 sql 数据库排序规则,在界面中显示时有什么方法可以替换特殊字符。至少有什么方法可以实现这里讨论的“土耳其语 I” :-) 我想消除小的无点“我”。
用一个简单的 String.Replace 代替你不想要的字符怎么样?
您可以将原始数据保留在数据库中并在页面呈现时执行此操作,也可以在将数据保存到数据库之前执行此操作。