Lua中 MinXmlHttpRequest如何發送post方式數據

    local xhr=cc.XMLHttpRequest:new()
    xhr.responseType=cc.XMLHTTPREQUEST_RESPONSE_JSON
    xhr:open(「POST」,"https://www.baidu.com")
    xhr:send("a=1&b=2")
相關文章
相關標籤/搜索