The following example creates a synchronous GET request. sync_get.py. #!/usr/bin/python import httpx r = httpx.get('http://webcode.me') print( ...
確定! 回上一頁