20180206

Python - requests

Python - requests
Keywords:Python, package, requests, ... .
____________________________________________________________

# 截取網頁 URL 內容。

import request
www = requests.get ("URL")
print (www.text)

____________________________________________________________

沒有留言: