摘要: /** * 模拟String去除左右两边空格 * @param str */ public static String trim(String str) { char[] list = str.toCharArray(); int len=list.length-1; //开... 阅读全文
posted @ 2018-10-18 22:44 往事只能回味--- 阅读(227) 评论(0) 推荐(0)
摘要: 执行结果: 阅读全文
posted @ 2018-10-18 22:29 往事只能回味--- 阅读(323) 评论(0) 推荐(0)
摘要: 响应报文格式 阅读全文
posted @ 2018-10-18 21:58 往事只能回味--- 阅读(935) 评论(0) 推荐(0)