Servlet接收Get和Post請求時的亂碼問題及解決

當咱們使用get或者post請求向服務端發起請求時,因爲客戶端沒有告訴服務器,請求正文的編碼,因而服務器默認用ISO-8859-1進行編碼。java 1.post請求方式亂碼解決。服務器 request.setCharacterEncoding("UTF-8"); 2。get請求方式亂碼解決。post String name = reuqest.getParameter("name"); 拿到原始
相關文章
相關標籤/搜索