我在 head 的脚本标记中定义了一个函数。(在 JSP 中)我想在 JSP 中声明一个字符串变量并将其作为参数传递给该函数
<% String uname ="multiple"; %>
<form action="ExampleServlet" method="post" onclick="pagetype(${uname});"><br>
<input type="submit" name="Log in" value="Login" />
</form>
但这不起作用。需要帮忙