<html lang="zh">
<head>
<meta charset="UTF-8">
<title>蝴蝶教程(jc2182.com)</title>
</head>
<body>
<form action="/jc_script/urlencode.php">
名字:<br>
<input type="text" name="yourname" value="Jim"><br>
姓氏:<br>
<input type="text" name="homename" value="Green">
<input type="submit" value="提交">
<input type="reset" value="重置">
</form>
</body>
</html>