python匯入數字開頭的包的解決辦法

pythontab發表於2014-08-25

python匯入數字開頭的包的解決辦法,直接上程式碼吧,大家一看就懂

import importlib
m=importlib.import_module("dir1.9999dir")
m.dosomething()


相關文章