html - Python用beautifulsoup,find后内容不全
PHP中文网
PHP中文网 2017-04-18 10:30:04
0
2
859

代码:

import urllib
from urllib import request
from bs4 import BeautifulSoup 
import re

url='http://quote.eastmoney.com/center/BKList.html#notion_0_0?sortRule=0'
html=urllib.request.urlopen(url).read()
html=html.decode("GBK")

soup=BeautifulSoup(html)

x=soup.find_all("p",{"class":"mod-datas"})

但是只显示了标签没有内容。。

实际的源代码是:

中间大量数据怎么提呢?

PHP中文网
PHP中文网

认证高级PHP讲师

모든 응답(2)
小葫芦

참고 http://www.cnblogs.com/goosee...

刘奇

x.table만 작성하면 얻을 수 있습니다

최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿