给你举个例子:
在jsp里先用java代码获取:
<%
String name = (String)request.getAttribute("name");
%>
然后在jsp里再写一个js代码:
然后你就可以在js里痛快的使用了
var name = getName();