2018年11月16日
摘要: 恢复内容开始 week8 1、动态导入模块 2、断言 3、ftp 4、socketserver 1、动态导入模块 1 import importlib 2 a = importlib.import_module('aa.aa') # aa目录下的aa模块 3 print(aa.import_C(). 阅读全文
posted @ 2018-11-16 20:52 FakeZIo 阅读(166) 评论(0) 推荐(0)