http form的默认method是get
May 5th, 2009 by Titan
查了不少资料都没说,很可能跟浏览器实现相关吧。
听晨光说默认是post,所以写了端代码测试下,哇哈哈哈,不标准,反正能测form就ok了
<html> <body> <form action="http://localhost/hello"> <input type="hidden" name="num" value="123"> <input type="submit" text="submit" /> </form> </body> </html>
Posted in 随想
June 10th, 2009 at 07:38
dfgdfg