Java中获取完整的url
先在页面上获取HttpServletRequest对象String url = "http://" + request.getServerName() //服务器地址 + ":" + request.getServerPort() //端口号 +