xmlhttp.onreadystatechange firing only once in asynchronous call

前端 未结 0 1853
渐次进展
渐次进展 2021-01-15 02:40

Here is my js code

function makeAsynchronousPostHttpCall(url, params, callback) {
    var xmlHttp = new XMLHttpRequest();
    xmlHttp.open("POST", u         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题