随笔分类 -  AJAX

摘要:前台:function readygo(v) { $.ajax({ type: "post", contentType: "application/json", data: "{ v: ''}", url: "页面/t", dataType: "json", success: function (data) { if (data.d != "") { } } }); }后台:[WebMethod] public static string t(string v 阅读全文
posted @ 2014-01-02 11:59 蔡云云
摘要:跟着鼠标走动的图片评分 阅读全文
posted @ 2013-04-22 17:07 蔡云云