jsp利用request获取当前的链接地址
时间:2014-01-14 19:22:02
收藏:0
阅读:788
request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+request.getServletPath();
原文:http://www.cnblogs.com/popping57/p/3512136.html
评论(0)