Fetching HTML with Python + Twill results in 'module' object has no attribute 'get_browser'

前端 未结 0 1852
刺人心
刺人心 2021-01-07 07:29

With the following code I try to fetch the HTML of an URL:

from twill.commands import *
import twill

go("http://example.com")
sitehtml = twill.get_         


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