<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>单选框/复选框
</title>
</head>
<body>
<form method="post" action="save.php">
<label for="myname">姓名:
</label>
<input type="text" value="" name="myname" />
<input type="submit" value="提交" name="submit" />
</form>
</body>
</html>
转载于:https://www.cnblogs.com/Riona-C/p/7091959.html
转载请注明原文地址: https://mac.8miu.com/read-52362.html