Discuss / Python / 交作业

交作业

Topic source

儒生脱尘

#1 Created at ... [Delete] [Delete and Lock User]
from urllib import request
req=request.Request(url)
with request.urlopen(req) as f:
    print(f.read().decode('utf-8'))

  • 1

Reply