摘要: Java中获得完整的URl字符串:HttpServletRequest httpRequest=(HttpServletRequest)request; String strBackUrl = "http://" + request.getServerName() //服务器地... 阅读全文
posted @ 2016-01-19 11:13 人生设计师 阅读(968) 评论(0) 推荐(0)