随笔分类 -  ajax

ajax异步交互
摘要:jquery中对ajax做了很好的封装。可以使用$.ajax() , $.post() , $.get()方法。 $.ajax({ url: "", data: "", success:function(data){}, error:function(msg){} })post和get方法一样。其中 阅读全文

posted @ 2020-11-19 18:56 Difcipo 阅读(94) 评论(0) 推荐(0)

导航