标签:bundle style 集成开发 resource res ali sys get port
syscon配置文件中内容:
URl = http://passport.xx.net/
jsp:
<%
ResourceBundle res = ResourceBundle.getBundle("syscon");
%>
这样就可以获取到了,非常方便
var oAJumpURl = ‘<%=res.getString("URl")%>‘;
标签:bundle style 集成开发 resource res ali sys get port
原文地址:https://www.cnblogs.com/dongshidong/p/12170800.html