In Python, we can retrieve the content of a URL quite simply: from urllib import request response = request.urlopen('http://www.google.com.br').
確定! 回上一頁