0
我正在使用YQL。我瞭解如何對網頁進行簡單查詢並使用xpath選擇內容。YQL + TABLE + XPATH
例如:select * from html where url="http://www.animeclick.it/manga.php?xtit=Ranmaru+XXX"
和xpath="/html/body/div/table/tr/td/table/tr/td/div/div/img[contains(@src,'manga')]"
。
現在,有這種方法的侷限性。我不能登錄該網站,頁面不能重複不同的信息(我知道可以讓更多的查詢或添加新的XPath表達式),我不能格式化輸出結果
(like inside div this content :
"<p> Hello <a src="#"> Boy!</a></p>" ,
where in this case i need the text "Hello boy")
如何使用YQL OPEN TABLE對於這個範圍!??!
好吧......謝謝你......我試着獨自去理解 – sintetico82