python3基础——包和模块的导入方法

方法1:import modelName

方法2:import modelName as xx

方法3: from xxx import xxx

猜你喜欢

转载自blog.csdn.net/melody113026/article/details/80751859