2013年12月4日

测试写java代码

摘要: 测试写java代码 1 private String getRequestAcceptType(HttpServletRequest request) { 2 3 String contentType = null; 4 5 for (ContentTypeResolver resolver : this.contentTypeResolvers) { 6 7 contentType = resolver.resolve(request); 8 if (contentType != null) { 9 ... 阅读全文

posted @ 2013-12-04 14:21 yujun19880729 阅读(173) 评论(0) 推荐(0) 编辑

导航