syscon配置文件中内容:
URl = http://passport.xx.net/
jsp:
<%
ResourceBundle res = ResourceBundle.getBundle("syscon");
%>
这样就可以获取到了,非常方便
var oAJumpURl = ‘<%=res.getString("URl")%>‘;
syscon配置文件中内容:
URl = http://passport.xx.net/
jsp:
<%
ResourceBundle res = ResourceBundle.getBundle("syscon");
%>
这样就可以获取到了,非常方便
var oAJumpURl = ‘<%=res.getString("URl")%>‘;