![image-20210707144322530]()
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>form表单和input</title> </head> <body> <form method="post" action="" enctype="initial-scale"> 账号:<input type="text" name="username" size="30" maxlength="10" value="admin" readonly /><br/> 密码:<input type="password" name="password" size="30" maxlength="10" /><br/> <input type="hidden" name="token" value="waffawafaw" /> <input type="submit" value="提交"/> <input type="reset" value="重置"> </form>
<form method="post" action="" enctype="multipart/form-data"> <input type="file" name="file"/> <input type="submit" value="提交"/> </form>
<form method="post" action="" enctype="multipart/form-data"> <input type="file" name="file"/> <input type="button" value="提交" /> </form>
<form method="get" action="" enctype="multipart/form-data"> <input type="text" name="seach"/> <input type="submit" value="搜索" /> </form>
</body> </html>
|
我的个人博客
FROM:gylq.gitee Author:孤桜懶契
免责声明:文章中涉及的程序(方法)可能带有攻击性,仅供安全研究与教学之用,读者将其信息做其他用途,由读者承担全部法律及连带责任,本站不承担任何法律及连带责任;如有问题可邮件联系(建议使用企业邮箱或有效邮箱,避免邮件被拦截,联系方式见首页),望知悉。
点赞
https://cn-sec.com/archives/729954.html
复制链接
复制链接
-
左青龙
- 微信扫一扫
-
-
右白虎
- 微信扫一扫
-
评论