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.
String s="北京"; System.out.println(URLEncoder.encode(s,"GB2312"));
这将输出:
%B1%B1%BE%A9
你在找这个吗?