使用Ajax实现异步请求

如下三种ajax写法,供你们参考ajax 1.   $.ajax({             url: "/ObjectType/UpdateType",      type: 'post',      dataType: 'json',      data: { Info: resultinfo },      success: function (Json) {  json      },  
相关文章
相关标签/搜索