编辑下面的代码:【加编码】
<html> <body> <form action="demo_post_enctype.php" method="post"> Name: <input type="text" name="fname" value="Ståle Refsnes"><br> <button type="submit">Submit with character encoding</button> <button type="submit" formenctype="text/plain">Submit without character encoding</button> </form> <p><strong>Note:</strong> The formenctype attribute of the button tag is not supported in Internet Explorer 9 and earlier versions.</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂