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