js 快速集成开发:读取后台配置文件参数
时间:2020-01-09 12:49:17
收藏:0
阅读:95
syscon配置文件中内容:
URl = http://passport.xx.net/
jsp:
<%
ResourceBundle res = ResourceBundle.getBundle("syscon");
%>
这样就可以获取到了,非常方便
var oAJumpURl = ‘<%=res.getString("URl")%>‘;
原文:https://www.cnblogs.com/dongshidong/p/12170800.html
评论(0)