会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
寻觅beyond
everything will be ok
首页
新随笔
联系
管理
2018年1月18日
JQuery基础-- Ajax
摘要: 基本格式: get: $.get("url",data,function(res){ #..... }) post: $.post("url",data,function(res){ #... }) 其中,data为json格式。后面的function是指成功请求,并且获得响应结果(res)之后,进
阅读全文
posted @ 2018-01-18 12:02 寻觅beyond
阅读(178)
评论(0)
推荐(0)
编辑
公告
返回顶部