there is no output in the terminal and the program just ends, i want to print the response from the url

前端 未结 0 1681
醉话见心
醉话见心 2021-01-28 06:10

from kivy.network.urlrequest import UrlRequest def got_json(req, result): for key, value in req.resp_headers.items(): print(\'{}: {}\'.format(key, value))

req = UrlReques

相关标签:
回答
  • 消灭零回复
提交回复
热议问题