标签: javascript jsp session setattribute
function redirect() { var category = document.getElementById("category").value; <% session.setAttribute("count", category); %> }
此代码在setAttribute部分中给出错误。 (类别无法解析为变量)如何解决?