摘要: 1.模块导入与调用 import module_a #导入 from module import xx from module.xx.xx import xx as rename #导入后重命令 from module.xx.xx import * #导入一个模块下的所有方法,不建议使用 modul 阅读全文
posted @ 2019-06-03 23:58 麦小秋 阅读(194) 评论(0) 推荐(0)