页面使用encodeURI 如:hName:encodeURI($("#hName").val())编码,
后台使用URLDecoder.decode如:URLDecoder.decode(URLDecoder.decode(hName,"utf-8"),"gb2312")解码。