日期:2014-05-17  浏览次数:20825 次

[求助]表单默认提交的编码类型是什么?
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 吧!