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.
我正在使用 jQuery 的.serialize()函数来发送数据.ajax()。我有一些克罗地亚语字符,例如 čćžšđ,但它们没有被正确发送。我如何对它们进行编码,以便在服务器端正确接收它们?
.serialize()
.ajax()