Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 446 Bytes

httpclient.md

File metadata and controls

18 lines (9 loc) · 446 Bytes

httpclient

Desc

Notices

  1. tornado.httpclient模块可以作为脚本执行,主要的功能是通过HTTPClient类来下载网页。

    • 查看tornado.httpclient的帮助信息:python -m tornado.httpclient --help
    • 下载百度的首页:python -m tornado.httpclient http://www.baidu.com
    • 支持同时指定多个值:python -m tornado.httpclient http://www.baidu.com http://www.meituan.com