方法一:獲取二進位制資料,再利用str進行編碼轉換. import requests url='http://music.baidu.com' r = requests.get(url) html=r.content html_doc ...
確定! 回上一頁