How can I get the source port of an XMLHttpRequest in javascript and put it into a variable?

后端 未结 0 863
我在风中等你
我在风中等你 2021-02-08 05:44
xhr= new XMLHttpRequest(); //creates a new XMLHttpRequest
xhr.open("GET", "file.txt", false);
xhr.send(); // the request is sent
responsee = (xhr.res         


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