request.getSession().getServletContext().getRealPath("/")请问下为什么老是获取不到值啊?一直空指针debug模式,逐个看咯 request空,还是request.getSession()为空 提问题,错误信息要贴出来...
<a href="<%=request.getContextPath()%>/XXXX.jsp?PAB001=${ins.PAB001}" 这句话中的问号是用来干什么的问号是用来传参数的。。。 *.jsp?arg1=xx&arg2=xxx&arg3=xxxx 如你所看,多个参数用&隔开。。 ${xxx}这个是EL表达式哈。。相当于request.getAttribut...
java中怎么把request.getContextPath()的值“/wdx”字符串变为“${ctx_newsPath}”??request.setAttributes("ctx_newPath",request.getContextPath()); 然后用${ctx_newsPath}获取在java中,request.getContextPath()是什么意思??都什么时候用??获取当前项目根地址 比如你现在的URL是192...