基于javaweb+jsp的访客管理系统
JavaWeb JavaBean JSP MVC MySQL Tomcat Javascript
基础JSP+Servlet或JSP+SSM(Spring、SpringMVC、MyBatis)框架或JSP+SSM+Maven(pom.xml)框架…均可
开发工具:idea或eclipse或myeclipse
部分代码实现JSP
} if (document.getElementById("laifangIdno").value.trim().length == 0) { alert("身份z不能为空!"); return false; } if (document.getElementById("laifangPhone").value.trim().length == 0) { alert("电话不能为空!"); return false; } if (document.getElementById("laifangIndate").value.trim().length == 0) { alert("来访时间不能为空!"); return false; } if (document.getElementById("laifangOutdate").value.trim().length == 0) { alert("离开时间不能为空!");
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)