var bookid = "00x22146656";

$.ajax({

type:"post",

url:"../getBookInfo.handler?bookid = "+bookid,

data:null,

async:true,

dataType:"json",

success:function(result)

{

},

error:function(status)

{

}

});

 

posted on 2021-07-20 19:57  ♩♪♫♬  阅读(83)  评论(0)    收藏  举报