Make a request to a web page, and print the response text: import requests x = requests.get('https://w3schools.com/python/demopage.htm') print(x.text).
確定! 回上一頁