Java Web開発の張先生まとめGETとPOSTの違い

836 ワード


get post

1、 ,get request-line ( URL )、post request-line request-body ( )
2、get , IE 2083 opera 4050 URL 414
3、get form
4、get form ASCII URL Encoding,
5、post ISO 10646 ISO-8859-1
6、 Tomcat iso-8859-1 。 request.setCharaterEncoding , POST , get new String(str.getBytes("ISO-8859-1"), "UTF-8");
7、form accept-encoding IE