会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
非著名程序员
复杂的事情简单做,简单的事情重复做,重复的事情坚持做
CnBlogs
Home
New Post
Contact
Admin
Subscription
2013年1月16日
Asp.Net MVC 自定义一个ActionResult用于AJAX交互
1、在使用JQ做AJAX交互时我们通常需要做如下判断: 1、http请求本身是否成功; 2、我们的方法执行是否成功; 3、如果失败了,是什么原因; 一般写法是这样:var url = "http://locahost/xxxx“$.ajax({ type: "POST", url: url, data: null, dataType: "json", success: function (res) { ...
Read More
posted @ 2013-01-16 14:16 Peter Zhan
Views(1366)
Comments(0)
Diggs(0)
Edit
公告