在jsp中通过el表达式获取的数据放入page域中,然后通过java脚本取出来做处理,请问下面的代码为何报错
<c:iftest="${userVo.mobile!=''}"><c:setvalue="${userVo.mobile}"var="mobile"scope="pag...
<c:if test="${userVo.mobile != ''}">
<c:set value="${userVo.mobile}" var="mobile" scope="page"/>
<%
String mobile = (String)pageContext.getAttribute("mobile");
String a = mobile.substring(0, 3);
String b = mobile.substring(7);
String handle = a+"****"+b;
pageContext.setAttribute("mobile", handle);
%>
</c:if> 展开
<c:set value="${userVo.mobile}" var="mobile" scope="page"/>
<%
String mobile = (String)pageContext.getAttribute("mobile");
String a = mobile.substring(0, 3);
String b = mobile.substring(7);
String handle = a+"****"+b;
pageContext.setAttribute("mobile", handle);
%>
</c:if> 展开
若以下回答无法解决问题,邀请你更新回答
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询