通过GET提交参数有2种
1、浏览器地址栏输入URL?parameter1=value1¶meter2=value2
2、<form method="get">
这种情况下提交的参数request.setCharacterEncoding()对其无效,同样的JSTL的<fmt:requestEncoding value=""/>也不起作用