J'KYO
No pains,no gains.
摘要: 今天帮群友解决一个lxml抓取所有文本时遇到的问题,lxml抓取中文会乱码,搜索一下,找到如下的解决方案,分享给大家。 1、要保证传给lxml的参数都是unicode 2、用 urlopen() 抓到的 file-like object ,或者用open()打开的硬盘上的 file object 不 阅读全文
posted @ 2018-08-30 15:34 J'KYO 阅读(3000) 评论(0) 推荐(0) 编辑
摘要: 1.xpath较复杂的定位方法: 现在要引用id为“J_password”的input元素,可以像下面这样写: WebElement password = driver.findElement(By.xpath("//*[@id='J_login_form']/dl/dt/input[@id='J_ 阅读全文
posted @ 2018-08-30 14:59 J'KYO 阅读(408) 评论(0) 推荐(0) 编辑