03 2014 档案

摘要:function submitWebsite() { if (checkForm()) { document.websiteAdd.submit(); }} 阅读全文
posted @ 2014-03-04 15:58 chasewade 阅读(248) 评论(0) 推荐(0)
摘要:1、JSONObject json = new JSONObject();json.put("list", "test");msg=json.toString();JsonConfig jsonConfig = new JsonConfig(); //建立配置文件 jsonConfig.setIgnoreDefaultExcludes(false); //设置默认忽略 jsonConfig.setExcludes(new String[]{"jobs"}); //此处是亮点,只要将所需忽略字段加到数组中即可msg = JSONSeri 阅读全文
posted @ 2014-03-03 16:10 chasewade 阅读(342) 评论(0) 推荐(0)