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.
我正在从具有奇怪编码的 Web API 获取数据。我正在使用 PHP,似乎无法解码输入字符串。我似乎遇到了这个问题,它解释了发生了什么,但并没有真正帮助我弄清楚如何解决它。任何人都可以帮忙吗?谢谢!
您可以使用mb_detect_encoding()来检测字符串的编码。
mb_detect_encoding()
如果它们不是您所期望的,您可以使用mb_convert_encoding()转换为UTF-8 之类的东西或任何您想要的东西。
mb_convert_encoding()
您可能想尝试使用类似mb_detect_encoding().
http://www.php.net/mb_detect_encoding