摘要: public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { //text/html, tex... 阅读全文
posted @ 2015-11-03 15:33 暗夜小精灵~~ 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 1 ajax-lib/ajaxutils.js: 2 3 // 创建request对象 4 function createXMLHttpRequest() { 5 try { 6 return new XMLHttpRequest();//大多数浏览器 7 ... 阅读全文
posted @ 2015-11-03 10:12 暗夜小精灵~~ 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 1 演示JSON-LIB小工具 2 public class Demo1 { 3 /* 4 * 当map来用 5 */ 6 @Test 7 public void fun1() { 8 JSONObject map = new JSON... 阅读全文
posted @ 2015-11-03 10:10 暗夜小精灵~~ 阅读(195) 评论(0) 推荐(0) 编辑