自定模組

模組一

module_file.py

引用模組時

import module_file

模組二

folder/
    module_file.py

引用模組時

import folder.module_file

模組三

pkg_folder/
    __init__.py
    module_file.py

引用模組時

import pkg_folder.module_file

results matching ""

    No results matching ""