basePath 方便

mac2022-06-30  90

String path = request.getContextPath()+"/";String basePath = request.getScheme() + "://"  + request.getServerName() + ":" + request.getServerPort()  + path ;

转载于:https://www.cnblogs.com/yanjunwu/p/3504102.html

相关资源:JAVA上百实例源码以及开源项目
最新回复(0)