2017年5月12日
摘要: public static void main(String[] args) { // %s表示输出字符串,也就是将后面的字符串替换模式中的%s System.out.printf("%s", new Integer(1212)); // %n表示换行 System.out.printf("%s%n", "end ... 阅读全文
posted @ 2017-05-12 15:57 Mtkqy 阅读(187) 评论(0) 推荐(0) 编辑
摘要: /** * 分页 */ @RequestMapping("/newsPage") @ResponseBody public JSONObject newsPage(Integer articleId,Integer moduleId){ PageData pd = new PageData(); JSONObject json = new JSONObject();... 阅读全文
posted @ 2017-05-12 15:51 Mtkqy 阅读(85) 评论(0) 推荐(0) 编辑