jsp中如何判断提交表单内的内容是否为空
javascript 验证表单: function validate() { if (document.myform.username.value=="") { alert...