表单


	<label>性别:</label>
	<input type="radio" name="gender" value="男" checked>男
	<input type="radio" name="gender" value="女">女<br><br>

	<label>密码:</label>
	<input type="password" name="password" required><br><br>

	<label>学历:</label>
	<select name="education" required>
		<option value="">请选择</option>
		<option value="大专">大专</option>
		<option value="本科">本科</option>
	</select><br><br>

	<label>简历:</label><br>
	<textarea name="resume" rows="10" cols="50" required></textarea><br><br>

	<input type="submit" value="提交">
</form>
用php写一个表单收集表单项目有姓名性别男女可选密码学历是大专和本科可选简历简历丰富一点

原文地址: https://www.cveoy.top/t/topic/6zx 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录