摘要:
(1)AJAX请求 $(function() { $('#send').click(function() { $.ajax({ type: "GET", //GET或POST, async:true, //默认设置为true,所有请求均为异步请求。 url: "http://www.idaima.c 阅读全文
摘要:
二: public static void main(String[] args) throws Exception { List list=new ArrayList<>() ; ArrayList<Object> alist=new ArrayList<>(); Map<Object, List 阅读全文