Create a variable with the url url = 'http://chrisralbon.com' # Use requests to get the contents r = requests.get(url) # Get the text of the ...
確定! 回上一頁