python3 学习总结

90 阅读1分钟

1.在不重新执行代码的前提下动态修改模块内的方法 可以使用from imp import * reload(test) 重新加载这个模块

2.模块循环导入