第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

使用 ElementTree 提取 <content:encoded>

使用 ElementTree 提取 <content:encoded>

小唯快跑啊 2023-02-12 19:12:02
我目前正在嘗試弄清楚如何在 Python 中使用 ElementTree 提取 <content:encoded> 和 </content:encoded> 之間的內(nèi)容。下面附上的是我目前用來解決這個(gè)問題的 Python 代碼。我目前無法提取內(nèi)容。我想提取“我喜歡打籃球和吃東西”。誰能幫我看看我的代碼有什么問題?xml = '''<item>        <title>Defensive Moves</title>        <link>www.timmy256.wordpress.com</link>        <pubDate></pubDate>        <dc:creator><![CDATA[jross]]></dc:creator>        <guid isPermaLink="false"> www.timmy256.wordpress.com </guid>           <description></description>        <content:encoded><![CDATA[I love playing basketball and eating food.]]></content:encoded>        </item>'''import xml.etree.ElementTree as ETtree = ET.parse(xml)root = tree.getroot()data = root.iter("content:encoded").text
查看完整描述

1 回答

?
素胚勾勒不出你

TA貢獻(xiàn)1827條經(jīng)驗(yàn) 獲得超9個(gè)贊

另一種方法。


from simplified_scrapy import SimplifiedDoc

xml = '''<item>

        <title>Defensive Moves</title>

        <link>www.timmy256.wordpress.com</link>

        <pubDate></pubDate>

        <dc:creator><![CDATA[jross]]></dc:creator>

        <guid isPermaLink="false"> www.timmy256.wordpress.com </guid>   

        <description></description>

        <content:encoded><![CDATA[I love playing basketball and eating food.]]></content:encoded>

        </item>'''

doc = SimplifiedDoc(xml)

print(doc.select('item>content:encoded>html()')[9:-3])

結(jié)果:


I love playing basketball and eating food.

這里有更多例子:https ://github.com/yiyedata/simplified-scrapy-demo/tree/master/doc_examples


查看完整回答
反對(duì) 回復(fù) 2023-02-12
  • 1 回答
  • 0 關(guān)注
  • 150 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)