在ajax请求体外得到请求 数据
1 function sendAjax() { 2 $.ajax({ 3 type: "post", 4 url: "/flow/process/trace.afca?pid=" + pid + "&ratio=1.3", 5 dataType: 'json', 6 async: false, 7 success: function (response) { 8 getDate = response; 9 } 10 }); 11 return getDate; 12 } 13 14 setInterval(function () { 15 sendAjax(); 16 newDate = getDate; 17 return newDate 18 }(), 3000);
一辈子很短,努力的做好两件事就好;第一件事是热爱生活,好好的去爱身边的人;第二件事是努力学习,在工作中取得不一样的成绩,实现自己的价值,而不是仅仅为了赚钱;