这里是一部试图获得钱的法典,但它没有做出回应。 这可能是造成这种情况的原因。
function getTerms()
{
alert("hello"); //it alerts hello
$.getJSON( http://localhost/context-search.php?callback=? , function(r) {
//not here
alert("Hello");
});
}
$(document).ready(function(){
alert("hello");
getTerms();
});
内容研究.php 以“json”形式回归数据
{"options":["osi","tcp","ip","http protcol","ethernet","network protocol","protocol meaning "]}
Where have I possibly gone wrong?? Please help me through this! Thank You!! :)