摘要:
import sys,pprintimport mathimport copypprint.pprint(sys.path)print(dir(copy))#查看模块包含的内容print([n for n in dir(copy) if not n.startswith('_') ])#过滤掉 _xxx_#-------------------------输出结果-----------------... 阅读全文
posted @ 2017-08-15 11:21
喻晓生
阅读(234)
评论(0)
推荐(0)

浙公网安备 33010602011771号