Python获取模块信息 Posted on 2013/02/09 by neohope — No Comments ↓ #获取已安装模块列表 help("modules") #获取模块说明及帮助信息 help("zlib") #获取模块方法清单 dir("zlib")