u.com') as resp: print(resp.status) res = await resp.text() print(res[:100])if __name__ == '__main__': # 注意: # python3.7+ 支持写法# ...
確定! 回上一頁