如何访问JSP页面中脚本标记之外的脚本变量?

时间:2014-03-25 07:38:48

标签: javascript jsp variables

示例代码如下,

<body>

<script type="text/javascript">
var i=123;
alert("Value of i= "+i);
</script>

<!-- I need to access the variable "i" here.
     And store it in an integer variable.
 -->

</body>

请求帮助。谢谢你。

1 个答案:

答案 0 :(得分:0)

您不能,或者您可以使用PolymerAngularJS这样的框架。浏览这些页面。