网络传输编码与解码
1、第一步encoder是从电报中得来,使用encoder进行编码,使用decoder进行解码,在网络中经常存在这样的操作

3、第三步URLEncoder类的常用方法:public static String enco蟠校盯昂de(Strin爿讥旌护g s String enc ) throws unsupportedEncodingException使用指定的编码机制将字符串转换为: application/x-www-form-urlencoded格式

5、第五步在网络编程开发中,传递中文的时候一般需要进行编码和解码操作
