這部分主要是將上一個步驟所取得的response.content放到lxml內解析產生xml的結構即可,例如以下例子: html = etree.HTML(response.content) stockList = [] for item ...
確定! 回上一頁