Java —— UTF-8编码转换 其他 2021-03-25 13:00 0 阅读 问题 如何将字符串转换为UTF-8编码? 解决 String utfStr= java.net.URLEncoder.encode(待转换的字符串); 猜你喜欢