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.
我检查了我的 php 文件,它显示“Dos/Windows”和“ANSI as UTF-8”。 我已经设置了“mysql_query(”SET NAMES 'utf8'“);” 在我的 php 文件中。 并且mysql中的字段已经是“utf8_general_ci”
我可以插入汉字“猴”但不能插入“”,这是怎么回事?谢谢!
您是否使用 mysqli_real_escape_string 或任何其他形式的字符串清理,如 htmlspecialchars 或 htmlentities