1

有没有办法用烧瓶将表单数据发送到 php 服务器?PHP 脚本应该表现得好像它正在接收来自流行浏览器的请求。

[或者]

有没有一种pythonic方法可以做到这一点:http ://www.html-form-guide.com/php-form/php-form-submit.html

4

2 回答 2

1

是的,甚至还有很多,如果你想使用标准库,请查看urllib2,一个非常好的模块将是requests模块。这是一个使用示例requests: http: //docs.python-requests.org/en/latest/user/quickstart.html#more-complicated-post-requests

于 2013-05-26T12:44:16.193 回答
0

您可以使用 Flask 使用您想要的任何内容编写 HTML,然后在表单标签的操作选项中,指定 PHP 可以处理的 URL

于 2013-05-27T08:44:38.163 回答