反射相关与模块导入
摘要:
1通过反射导入模块: #!/usr/bin/env python # encoding: utf-8 def run(): inp = input("请输入您想访问页面的url: ").strip() modules, func = inp.split("=")#分割模块与方法 print( mod 阅读全文
posted @ 2017-12-01 15:46 chen_2987 阅读(171) 评论(0) 推荐(0) 编辑