python 基礎學習 第一天 (導入包和py基礎)

兩種導入包方式 1、pip 2、easy_install 方式例如:pip install requests  import requests r = requests.get("http://www.bilibili.com") print(r.url)    print(r.encoding) print(r.text)  #顯示HTML文本內容 python基礎 ##############
相關文章
相關標籤/搜索