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

代码:

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...

いいねを押す +0
刘奇

x.table と書くだけで取得できます

いいねを押す +0
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート