学习J2EE我认为,必须要熟悉html,css,javascript,ajax精通 servlet/jSP理解 struls hibernate Springpublic String checkUserName(){ //中文乱码处理 try { username = java.net.URLDecoder.decode(username, "UTF-8"); } catch (UnsupportedEncodingException e) { }处理中文乱码问题