逐光の一颗星 发表于 2024-2-5 13:56:08

带翅膀的小飞燕

https://ok.166.net/forum/xyq/forum/20242/4/264f2d96424b42dba469d955f83aa1e3.png

c01d_361 发表于 2024-2-18 13:07:38

<html>
<head>
    <title>登录表单</title>
</head>
<body>
    <h2>用户登录</h2>
    <form action="https://www.baidu.com" method="get">
      <label for="username">账号:</label>
      <input type="text" id="username" name="username" required><br><br>
         
      <label for="password">密码:</label>
      <input type="password" id="password" name="password" required><br><br>
         
      <input type="submit" value="确定">
    </form>
</body>
</html>
页: [1]
查看完整版本: 带翅膀的小飞燕