liuhatry

python 查看模块

2013-04-15 12:59  hatry  阅读(133)  评论(0编辑  收藏  举报

方法1:import sys

          sys.modules

方法2:help()

          modules

分类:

技术点:

相关文章: