南郭之家
南郭大侠的blog ^_^

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 随想

One Response

  1. df

    dfgdfg

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.