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.
现在我有一个来自 API 的中文返回消息,它使用big5进行编码。不幸的是,我的网页使用了UTF-8,因此无法正常显示。
这个问题我google了很多次,所以多次尝试了不同的getBytes函数,尽量不使用文件系统来处理。那么任何人都可以为我提供有效的解决方案吗?
我的JDK版本是1.7,很抱歉这个版本不能在这个项目中改变。
您应该使用https://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html中的编码/解码方法