import pycurl import certifi from io import BytesIO buffer = BytesIO() c = pycurl.Curl() c.setopt(c ... WRITEDATA, buffer) c.perform() # HTTP response code, ...
確定! 回上一頁