python匯入數字開頭的包的解決辦法,直接上程式碼吧,大家一看就懂
import importlib m=importlib.import_module("dir1.9999dir") m.dosomething()