[求助]表单默认提交的编码类型是什么?
- HTML code
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <html><head></head><body> <form action="second.jsp" method="post"> <input type="text" name="username"/> <input type="submit" value="提交"/> </form></body></html>
[解决办法]
iso8859-1 吧!