Making an AJAX request to another server

后端 未结 4 701
小蘑菇
小蘑菇 2020-12-10 02:38

I have AJAX code where if you request an AJAX call to remote server the request fails:

function loadXMLDoc() {
  if (window.XMLHttpRequest) {
    // code for         


        
4条回答
提交回复
热议问题