为了账号安全,请及时绑定邮箱和手机立即绑定

String path = request.getContextPath();有什么用

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

请问这两行代码有什么用?

正在回答

1 回答


getContextPath返回的是相对路径,工程的项目的相对路径(包含文件名)

getServerPort() 获取服务器端口号

getServerName 获取你浏览器中显示的主机名

getScheme() 获取协议名称 默认是http

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

String path = request.getContextPath();有什么用

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信