import urllib.request with urllib.request.urlopen('http://python.org/') as response: html = response.read(). If you wish to retrieve a resource via URL and ...
確定! 回上一頁