<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>无标题文档
</title>
</head>
<body>
<form action="save.php" method="post" >
<label>个人简历
</label>
<textarea cols="50" row="10" >在这里输入内容
</textarea>
<input type="submit" value="确定" name="submit" />
<input type="reset" value="重置" name="reset" />
</form>
</body>
</html>
转载于:https://www.cnblogs.com/Riona-C/p/7091737.html
转载请注明原文地址: https://mac.8miu.com/read-51927.html