摘要:
导入模块几种方式 import my_module 在一行导入多个模块 from ... import... 也支持as 也支持导入多行 在my_moudle.py中新增一行 import time,importlib import aa time.sleep(20) # importlib.rel 阅读全文
posted @ 2017-08-09 15:26
—super—
阅读(167)
评论(0)
推荐(0)
浙公网安备 33010602011771号