Warning
: Undefined variable $isHome in
/home/wwwroot/sker/wwwroot/notes/wp-content/themes/zbench/functions.php
on line
124
首页
菜单
ZeroBox Notes
Python动态导入模块
日期:
2011年12月17日
| 标签:
python
| 阅读:782
module = “sure”
try:
__import__(module)
print module+” found”
except:
print module+” not found”
←
堆块双重释放漏洞调试技巧
模式匹配函数
→
评论关闭。
评论关闭。