52,780
社区成员
发帖
与我相关
我的任务
分享
$.ajax({
type: "POST",
url: "GroupBuyHandler.ashx?cid=" + cid,
dataType: 'json',
cache: false,
success: function(data) {
WriteScripts(data);
},
error: function() {
alert("发生错误!");
}
});