How to show mechanize HTMLForm

后端 未结 0 583
庸人自扰
庸人自扰 2021-01-24 12:13

See the following code :

br = mechanize.Browser()
br.open(\'https://www.example.com/\')
for form in br.forms():
    visualize(form)

is it possibl

相关标签:
回答
  • 消灭零回复
提交回复
热议问题