coding = utf-8import requestshost = "http://47.XX.XX.XX:30000"endpoint=r"/api/v1/carxxx/addCarxxx"url = ''.join(host,endpoint)headers ...
確定! 回上一頁