python提示解码出错
迷茫
迷茫 2017-04-18 10:23:04
0
0
588
driver.implicitly_wait(3)
html=driver.page_source
f=open("D://auto.txt",'a')
html.replace(u'\xa0','ignore')
content=html.encode('gbk','ignore')
html=content.decode('gbk')
f.write(html)

replace空格,莫名其妙的不能生效,我也不知道为什么,最后只好ignore了
然后通过代码,但是生成的文件内容乱七八糟。
用的火狐浏览器下载的源码

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

모든 응답(0)
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿