摘要: $.ajax({ type: 'POST', url: 'server/login.ashx', dataType: "json", data: { ... 阅读全文
posted @ 2014-11-07 16:38 2GyAn 阅读(155) 评论(0) 推荐(0) 编辑
摘要: public class Operation:IDisposable { private EFContext ef { get { return new EFContext(); } } /// /... 阅读全文
posted @ 2014-11-07 16:21 2GyAn 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 用JSON.pase()解析json字符串json= {“obj”:["{a:1,b:2},{a:"2",b:3},.........."]}data=JSON.pase(json.obj)data.a 阅读全文
posted @ 2014-11-07 16:18 2GyAn 阅读(424) 评论(0) 推荐(0) 编辑