📜  mechanize python #2 - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:04.095000             🧑  作者: Mango

代码示例1
response1 = br.follow_link(text_regex=r"cheeses*shop", nr=1)
assert br.viewing_html()
print br.title()
print response1.geturl()
print response1.info()  # headers
print response1.read()  # body