<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style>
input,label,select{margin-left: 5%;}
</style>
</head>
<body>
<pre>
<form>
text<input type="text" name="a1">
checkbox<input type="checkbox" name="a2">
color<input type="color" name="a3">
button<input type="button" name="a4">
date<input type="date" name="a5">
datetime<input type="datetime" name="a6">
datetime-local<input type="datetime-local" name="a7">
email<input type="email" name="a8">
file<input type="file" name="a9">
hidden<input type="hidden" name="a10">
url<input type="url" name="a11">
image<input type="image" name="a12">
tel<input type="tel" name="a13">
search<input type="search" name="a14">
radio<label>aaaa<input type="radio" name="a15" value="123"></label><label>bbbb<input type="radio" name="a15" value="321"></label>
week<input type="week" name="a16">
select<select name="a17">
<option>1</option>
<option>2</option>
<option>3</option>
</select>
<input type="submit" />
</form>
</pre>
</body>
</html>
返回值
http://www.idaorui.com/1.html?a1=text&a2=on&a3=%23ff0000&a5=2018-02-09&a6=1+3123&a7=2018-02-08T11%3A01&a8=123%401&a9=icon.png&a10=&a11=http%3A%2F%2Fwww.qq.com&a13=123123&a14=123123&a15=321&a16=123123-W13&a17=2