摘要: String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %> < 阅读全文
posted @ 2020-04-02 18:38 Zouyhan 阅读(120) 评论(0) 推荐(0)
摘要: <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+ 阅读全文
posted @ 2020-04-02 18:09 Zouyhan 阅读(128) 评论(0) 推荐(0)