python导入数字开头的包的解决办法,直接上代码吧,大家一看就懂 import importlib m=importlib.import_module("dir1.9999dir") m.dosomething()