04 2019 档案

摘要:# -*- coding:utf-8 -*- import difflib import sys def readfile(filename): try: fileHandle = open(filename, 'r+') text = fileHandle.read().splitlines() fileHandle.close()... 阅读全文
posted @ 2019-04-15 18:23 Anec 阅读(1355) 评论(0) 推荐(0)
摘要:相关文章: https://www.cnblogs.com/276815076/p/8028127.html 阅读全文
posted @ 2019-04-05 09:49 Anec 阅读(168) 评论(0) 推荐(0)
摘要:控制已打开的浏览器 https://www.cnblogs.com/lovealways/p/9813059.html selenium、自动填充文本框、自动点按钮 https://blog.csdn.net/github_26672553/article/details/78579038 sele 阅读全文
posted @ 2019-04-05 01:11 Anec 阅读(480) 评论(0) 推荐(0)