檔案結構 ./ |--main.py |--clazz |--demo.txt. 獲取 clazz 包下面的demo.txt檔案 main.py import pkgutil ret = pkgutil.get_data("clazz", ...
確定! 回上一頁