function ajax(id,p) { $.ajax( { method:"GET", url:'http://unity/default/php/ajax.php', data: { id:String(id), p:p, }, success: function (data) { bo52.data=data; }, async:false } ); let regexp = /\r/g; //alert(bo52.data); bo52.data=bo52.data.replace(regexp,""); return bo52.data; }