<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    <form action="hello.html" name="" method="form1"></form>
    用户名:<input type="text" name="userName" value="" />
    <br>
    密码:<input type="password" name="password" />
    <br>
    性别:
    <input type="radio" name="s=man" />男
    <input type="radio" name="woman" />女
    <input type="radio" name="hemophrodite" />人妖
</body>
</html>

老师我想问一下,为什么我鼠标左键会出现这些名字。。