2014年3月21日
摘要: 1. 获取用户请求的路径:HttpServletRequest request = (HttpServletRequest) req;String servletPath = request.getServletPath(); 2. 相对通用的读文件流的方法(Windows 和 Linux上都可以用 阅读全文
posted @ 2014-03-21 15:24 快鸟 阅读(664) 评论(0) 推荐(0) 编辑