1. Form的作用:提交当前的表单
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <form> <input type="text"/> <input type="password"/> <input type="button" value="登录1"/> <input type="submit" value="登录2"/> </form> </body> </html>
时间: 2024-10-16 15:05:35