摘要: 1.驱动 driver = webdriver.Firefox() F需要大写 2.设置控件属性: js查找元素带不带sjs = 'document.getElementById("loginWrap").className="showtab2"' getElement 带s 时是列表 3.元素赋值 阅读全文
posted @ 2021-07-29 17:55 linma 阅读(48) 评论(0) 推荐(0)
摘要: 1.python复制表 复制表语句: create table newtable like oldtable; insert into newtable select * from oldtable;​ 注:newtable:要复制的新表 oldtable:数据库中存在的表 python代码: im 阅读全文
posted @ 2021-07-29 16:18 linma 阅读(121) 评论(0) 推荐(0)