公告
财富商城
积分规则
提问
发文
2019-01-17 10:00发布
爷、活的狠高调
This question already has an answer here:
how to send a post request with a web browser?
with a form, just set method to "post"
method
"post"
<form action="blah.php" method="post"> <input type="text" name="data" value="mydata" /> <input type="submit" /> </form>
You can create an html page with a form, having method="post" and action="yourdesiredurl" and open it with your browser.
As an alternative, there are some browser plugins for developers that allow you to do that, like Web Developer Toolbar for Firefox
最多设置5个标签!
with a form, just set
method
to"post"
You can create an html page with a form, having method="post" and action="yourdesiredurl" and open it with your browser.
As an alternative, there are some browser plugins for developers that allow you to do that, like Web Developer Toolbar for Firefox