我如何在android中解码utf-8字符串?我已尝试使用此命令但输出相同的输入:
URLDecoder.decode("hello&//à", "UTF-8"); new String("hello&//à", "UTF-8"); EntityUtils.toString("hello&//à", "utf-8");
java android
android ×1
java ×1