摘要: 具体参数根据实际情况调整 阅读全文
posted @ 2017-12-21 13:04 falali009 阅读(2781) 评论(0) 推荐(0) 编辑
摘要: herf = soup.find_all(href=re.compile("&id=" + "1013"))soup = BeautifulSoup(cont, "lxml") isNextpage = a['href']、 herf = soup.find_all(href=re.compile( 阅读全文
posted @ 2017-12-21 13:02 falali009 阅读(1115) 评论(0) 推荐(0) 编辑
摘要: # coding=utf-8import timeimport unittestfrom framework.browser_engine import BrowserEnginefrom pageobjects.bird_homepage import HomePageclass BaiduSea 阅读全文
posted @ 2017-10-11 00:44 falali009 阅读(667) 评论(0) 推荐(0) 编辑
摘要: /** * * @author * */ class Game { private _root: egret.DisplayObjectContainer; public constructor(root: egret.DisplayObjectContainer) { this._root = r 阅读全文
posted @ 2017-04-08 22:24 falali009 阅读(285) 评论(0) 推荐(0) 编辑