Python Import 详解
可以使用 as 关键字来改变模块的引用对象名字
import report as wr
from report import get_description
posted on 2015-11-30 15:31 jzm17173 阅读(152) 评论(0) 收藏 举报