$.ajax({

type:'get',

url:"../handler?id="+book.BookID+"&x="+Math.random(),

async:true,

data:null,

datatype:"json",

success:function(result)

{

for(var i=0;i<result.length;i++)

{

console.log(result[i].BookName);

}

},

error:function(status){

}

});

 

posted on 2021-07-21 21:34  ♩♪♫♬  阅读(87)  评论(0)    收藏  举报