随笔分类 -  前端

摘要:(1)AJAX请求 $(function() { $('#send').click(function() { $.ajax({ type: "GET", //GET或POST, async:true, //默认设置为true,所有请求均为异步请求。 url: "http://www.idaima.c 阅读全文
posted @ 2018-03-23 15:50 helloWord程序猿们 阅读(171) 评论(0) 推荐(0)