<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
<script type="text/javascript">
var arcgis_js_api_home = "<%=arcgis_js_api_home%>";
var basePath = "<%=basePath%>";
</script>
js中引用jsp的变量
本文标题:js中引用jsp的变量
文章作者:chen
发布时间:2017-09-07, 13:44:07
最后更新:2017-09-07, 13:46:32
原始链接:http://chen1218chen.github.io/2017/09/07/js中引用jsp的变量/
许可协议: "署名-非商用-相同方式共享 4.0" 转载请保留原文链接及作者。