如何用jstl替换?
jsp代码:
<%
if(request.getRemoteAddr().equals(request.getLocalAddr())){ %>
<input class= "button " type= "button " value= "xx " name= "upFiles "/>
<%} %>
如何用jstl标签来替换?
------解决方案--------------------这个怎么替换,好像不能吧~~
------解决方案--------------------jstl好像没有直接取地址的属性