
ajax
坑里水库
新人一枚
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ajax方法的用法
$.ajax({ type : "POST", url : "test.do", data : text, async : false, dataType : "json", success : function(res) { aler("test"); }, error : function(res) { },原创 2016-12-10 22:51:19 · 352 阅读 · 0 评论 -
ajax 跨域问题两种方式
第一种 $.ajax({ type: "POST", url : "http://localhost:8088/Shopping/user/ajaxCross.action", data:"null", async: false, dataType:"jsonp",原创 2017-05-23 18:05:19 · 359 阅读 · 0 评论