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 (sqlyog). 那么有可能吗?如何?我添加了 'Game™'文本,但它显示'Gameâ„¢'在mysql表格中。它的html输出很完美,因为我用过
mysql (sqlyog)
'Game™'
'Gameâ„¢'
mysql
html
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
在插入值之前,您应该运行它 "SET NAMES utf8"来存储特殊字符。
"SET NAMES utf8"