PYCURL发布文本,单击按钮并返回已处理的文本?

时间:2018-09-13 00:46:32

标签: pycurl

您好,我正在尝试从网站上获取一些文本形式的输出数据,

该网页将“文本”作为input(),

按下/单击时有一个按钮,(process-btn进程)

给出输出(结果文本)

我可以成功发布输入,但不确定如何获取结果,请帮助。.这是我走了多远

     import pycurl

     c = pycurl.Curl()
     c.setopt(c.URL, 'http://example.com/')
     c.setopt(c.POSTFIELDS, 'text=hello world whats it like in there')
     c.perform()

0 个答案:

没有答案