‘壹’ 在jsp页面中怎么通过el表达式获取本页java脚本中的变量
非常简单的页面代码:
首先把数据在脚本中存放:
<%
String name="zhouhaigang";
request.setAttribute("name", name);
%>