sel = Selector(text='<a href="#">Click here to go to the <strong>Next Page</strong></a>'). >>> xp = lambda x: sel.xpath(x).extract() # let's ...
確定! 回上一頁