Skip to content

Commit

Permalink
Update b.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wjcroom authored May 6, 2017
1 parent 872ffeb commit 58cff39
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions b.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,26 37,29 @@

</head>
<body>
<form action="http://192.168.4.1/" method="get" accept-charset="GBK">
<div>
<form action="http://192.168.4.1/" method="get" accept-charset="GBK">
<input type="text" id="input" name="one" value="中文">

<select id="charset" name="onesize">
<option value="1"></option>
<option value="2"></option>
<option value="3"></option>
</select>
<div>

<input type="text" id="input" name="two" value="">
<select id="charset" name="twosize">
<option value="1"></option>
<option value="2"></option>
<option value="3"></option>
</select>
</div>

编码结果:
<textarea style="display: block" id="output"></textarea>

<input type="submit" value="Submit">

</form>
</div>
</body>
</html>

0 comments on commit 58cff39

Please sign in to comment.