标签:from 作用 pre mic import inf http nbsp img
__all__ = ["Test", "test1"] #__all__ 表示from import *,这个__all__ 等价与这个* class Test(): def test(self): print("=====Test=====") def test1(): print("====test1=====") def test2(): print("====test2=====")
标签:from 作用 pre mic import inf http nbsp img
原文地址:https://www.cnblogs.com/miyatest/p/11133397.html