Python 从入门到放弃 - Lesson 5 常用模块
模块和包导入 模块导入方法 import XXX 根据环境变量PATH的内容查找模块并导入 from YYY import XXX 1. from dir import module 2. from mudule import [function or var … 阅读全文
模块和包导入 模块导入方法 import XXX 根据环境变量PATH的内容查找模块并导入 from YYY import XXX 1. from dir import module 2. from mudule import [function or var … 阅读全文