import pkgutil __path__ = pkgutil.extend_path(__path__, __name__). 上述代码的目的是将 __path__ 加到模块 __name__ 的搜索路径中。
確定! 回上一頁