【发布时间】:2013-01-11 08:39:34
【问题描述】:
<form action="http://somedomain.com/login/select_from_users.php" method="GET">
User name: <input type="text" name="user_name" size="10">
Password: <input type=text name="password" size="8">
<input type="submit" value="Query">
<input type="reset" value="Clear">
如果这已通过 “John Smith” 和 “one&two&” 完成:
【问题讨论】:
-
如果您不想在
Query String中看到您的值,请使用POST方法 -
不清楚你在这里问什么。您是在问编码字符串的外观或浏览器如何获取编码字符串?