jsp页面中无法调用javascript方法

错误:Cannot return from outside a function or method

你js写错了:
var uname = document.getElementById("uname").value;
不要后面的“()”.
温馨提示:内容为网友见解,仅供参考
第1个回答  2018-01-12
用了submit就不能用onclick()方法,应该用button
相似回答
大家正在搜