版本信息:
python 2.7.12
lxml 3.8.0
from lxml import etree html_str = """<div id="box1">this from blog.csdn.net/lncxydjq , DO NOT COPY! <div id="box2">***** <!--can u get me, bitch?--> </div></div>""" html = etree.HTML(html_str) print html.xpath('//div[@id="box1"]/div/node()')[1]print type(html.xpath('//div[@id="box1"]/div/node()')[1])print html.xpath('//div[@id="box1"]/div/node()')[1].text """output:<!--can u get me, bitch?--><type 'lxml.etree._Comment'>can u get me, bitch?"""以上這篇python xpath獲取頁(yè)面注釋的方法就是小編分享給大家的全部?jī)?nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持武林站長(zhǎng)站。
新聞熱點(diǎn)
疑難解答
圖片精選