JS结合Ajax获取function的返回值,求教,该怎么解决

日期:2021-06-09 16:10:43 人气:1

JS结合Ajax获取function的返回值,求教,该怎么解决

function jQuery_send_data(url,s,scbf,encode_fg){
if (1==encode_fg){s=encodeURI(s);}//encodeURIComponent(s)
var c=url.indexOf("?")==-1?"?":"&";
url+=c+"rand="+Math.random();
$.ajax({<
    A+
热门评论