Execute php file from js more times

后端 未结 0 975
挽巷
挽巷 2020-12-12 02:32

In javascript I have a code which execute php function:

var oReq = new XMLHttpRequest();

oReq.onload = function getData() {
 var result = this.responseText;
         


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