嗨,我坐在带 Wifi 的灰狗巴士上,想将第二台设备连接到网络。但我必须接受屏幕上的合同,并且设备没有浏览器。要接受合同,必须接受以下表格。该设备没有 CURL,但所有标准 python 2.6。图书馆。
<form method="POST" name="wifi" id="wifi" action="http://192.168.100.1:5280/">
<input type="image" name="mode_login" value="Agree" src="btn_accept.gif" />
<input type="hidden" name="redirect" value="http://stackoverflow.com/">
</form>
我将如何编写一个快速的 python 脚本来接受合同?