$.ajax相关用法
摘要:
?$.ajax({ type: "GET", url: "Services/EFService.svc/Members", data: "{}", contentType: "application/json; charset=utf-8", dataType: "json", success: function (data) { // Play with returned data in JSON format }, error: function (msg) { alert(msg); } 阅读全文
posted @ 2014-03-26 16:01 锟斤拷锟斤拷 阅读(167) 评论(0) 推荐(0)