html-form-radio,checkbox,hidden,submit,抓包---ShinePans

来源:互联网 发布:linux find 文件 编辑:程序博客网 时间:2024/06/06 09:36

askLike.html:

<html><meta http-equiv="content-type" content="text/html;charset=UTF-8"/><head><title>表单</title><body><form action="logOk.html" method="get">你最喜欢哪些城市:<input type="checkbox" name="cities" value="wuhan">武汉<input type="checkbox" name="cities" value="shanghai">上海<input type="checkbox" name="cities" value="beijing">北京<input type="checkbox" name="cities" value="guangzhou">广州<br/>你的性别是:      <input type="radio" name="sex" value="male">男<input type="radio" name="sex" value="female">女<br/>隐藏域的使用<input type="hidden" name="data" value="ok"><input type="submit" value="测试"/></form></body></html>


logOk.html

<meta http-equiv="content-type" content="text/html;charset=UTF-8"/> 成功!


0 0
原创粉丝点击