aiaiask.com©

开花即结果 提问即答案

用html制作一个包含学号和姓名的提问选号器
原始问题:

用html制作一个包含学号和姓名的提问选号器

<!DOCTYPE html>
<html lang="zh">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>学号和姓名选择器</title>
</head>
<body>
    <h1>请输入您的学号和姓名</h1>
    <form>
        <label for="student_id">学号:</label>
        <input type="text" id="student_id" name="student_id" required><br><br>
        <label for="name">姓名:</label>
        <input type="text" id="name" name="name" required><br><br>
        <input type="submit" value="提交">
    </form>
</body>
</html>
用html制作一个包含学号和姓名的提问选号器
https://www.aiaiask.com/ask/77720.html
AI / 模型DeepSeek
时间 / DATEDecember 26, 2023, 8:02 PM
语言zh-CN
IP / 区域陕西 西安