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.
我的 html 是 utf-8,我的 sql 和我的表也是如此。但是我的变量没有保存拉丁字符。好像 post 变量在将其发送到我的数据库之前正在更改字符。
问题是我通过 ajax 发送我的信息,并且我没有在 ajax 上定义 UTF-8。我通过添加 xmlhttp.setRequestHeader("Content-type", "application/x-www-form-urlencoded; charset=UTF-8"); 解决了这个问题 在我的 Ajax 脚本上