阅读背景:

如何使用ajax将数组从php返回到javascript

来源:互联网 

i have this ajax code

我有这个ajax代码

xmlhttp = new XMLHttpRequest();
xmlhttp.onreadystatechange=function(){
    if (xmlhttp.readyState==4 && xmlhttp.status==200)
    {
        document.getElementById('addIO').innerHTML+=xmlhttp.responseText;
    }
}
xmlhttp.open("GET","https://localhost/Mar7ba/Ontology/getRelatedConceptsAndRelations/3/TRUE",true);
xmlhttp.send();
xmlhttp = 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: