java如何实现字符与UTF8编码之间的转化?

2025-03-11 05:21:21
推荐回答(1个)
回答1:

String ss = "叶";
URLEncoder.encode(ss, "UTF-8");