24python高级模块话题

__future__

__name__

sys.path

from * 只复制__all__中列出的,排除_X

顶层程序文件执行时__name__ = “__main__"

动态载入module

mo