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.
我正在使用MySQL数据库和Servlet从表中获取值。当我从表中检索值时,我在字符串之间得到“☐”符号
例如 - 数据库中的值存储为,D2但是当我使用 servlet 检索它时,我得到了D☐2。这个“☐”符号怎么能去掉?
D2
D☐2
由于排序规则不匹配,您会得到这个。检查表的字符集和该表中列的字符集。他们应该是一样的