举 2020-04-20
动态导入:(通过字符串导入模块)
module_t=__import__(‘m1.t‘) 直接定位到m1顶层模块名,t文件下test1方法
print(module_t)
module_t.t.test1()
import importlib
m=importlib.import_module(‘m1.t‘) 直接定位到m1模块下t
print(m)
m.test1()
<table id="table" class="table table-striped table-bordered table-hover table-nowrap" width="100%&qu
Selenium是自动化测试工具,可以驱动浏览器执行特定动作,还可以获取浏览器当前呈现页面的源代码,可见即可爬。## <input id="q" name="q" aria-label="请输入搜索文