Dev/JAVA
한글처리
beul_eun
2019. 1. 29. 18:47
Get 방식과 Post방식이 다르다.
Get : URIEncoding="utf-8"
Post : request.setCharacterEncoding("utf-8")