摘要:
$.ajax({ type: "get", url: strURL, dataType: "txt", error: function () { alert('Error'); }, success: function (data) { var _msg = "收藏成功"; if ("-1" == data) { _msg = "请登录以后收藏"; } else if ("0" == data) { _msg = "收藏失败"; } els 阅读全文
posted @ 2011-04-24 17:08
coding111
阅读(234)
评论(0)
推荐(0)