java中文和unicode编码相互转换(转)
摘要:1 import java.io.UnsupportedEncodingException; 2 3 public class TestUnicode{ 4 5 public static void main(String[] args) throws UnsupportedEncodingException { 6 String s = "简介"; 7...
阅读全文
posted @ 2018-02-01 16:06
浙公网安备 33010602011771号