[python] 簡易爬蟲筆記
存取指定網頁的 element 的 value 為 json , 並將其匯出成 json 檔案:
--------------------------------------------------------------------------------
Step 1 安裝套件:
使用 pip3 安裝下列套件:
--------------------------------------------------------------------------------
requests :
> python 用來處理一般 service 請求的套件,相關資訊可查看 requests 快速上手
[http://docs.python-requests.org/zh_CN/latest/