编辑下面的代码:【加编码】
<html> <body> <form action="demo-form.php"> First name: <input type="text" name="FirstName" value="Mickey"><br> Last name: <input type="text" name="LastName" value="Mouse"><br> <input type="submit" value="Submit"> </form> <p>Click the "Submit" button and the form-data will be sent to a page on the server called "demo-form.php".</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂