【发布时间】:2011-03-22 05:49:30
【问题描述】:
我正在查看以下格式的外部网站(不是我自己维护的)的 html 形式:
<form onsubmit="return check(this)" method=post action=address.aspx target=ttPOST>
....
</form>
我希望将数据发布到此外部网站,而无需通过表单并按提交。
我可以简单地转到 url 'address.aspx' 并附加所需的输入参数吗?
我的目标是自动定期发布信息,这些信息是从网站上经常更改的值列表中选择的。 (使用 Python 和 AutoIt)
【问题讨论】:
-
我需要强调的是,该网站不属于我。
标签: python html automation mechanize