登录 注册

python导入数字开头的包

收藏
[Python] 标签: 2014-03-15 01:49
原始代码 全屏查看 0评 / 0藏 / 5608阅  跳至 / 3行
1
2
3
import importlib
m=importlib.import_module("dir1.9999dir")
m.dosomething()

最新评论

  · · · · · ·  (共0条)

目前还没有评论

登录后您才可以发表评论。 马上登录 立即注册
cottage
2012-02-29加入
一段精湛的代码,天涯何处寻知音!
Back to Top