标签: 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>
请求帮助。谢谢你。
答案 0 :(得分:0)
您不能,或者您可以使用Polymer或AngularJS这样的框架。浏览这些页面。