from pkgutil import extend_path __path__ = extend_path(__path__, __name__). 这将添加到包的 __path__ 上目录的所有子目录 sys.path 以包命名。如果要将单个逻辑包 ...
確定! 回上一頁