随笔分类 -  web前端

该文被密码保护。
posted @ 2018-05-09 11:11 林** 阅读(0) 评论(0) 推荐(0)
摘要:1. 前台页面代码: 页面刷新时会自动请求 ${pageContext.request.contextPath}/yanzheng?yz=&time=-1111 这个action 2. struts.xml配置文件 不需要result标签返回, 会自动返回到 请求页面 3. yanzhengma 方 阅读全文
posted @ 2018-05-04 11:13 林** 阅读(2769) 评论(0) 推荐(0)
摘要:1. input 失去焦点是触发事件 2. 获取文本框中的 值 阅读全文
posted @ 2018-04-27 16:10 林** 阅读(438) 评论(0) 推荐(0)
摘要:1.get提交 如: 2.post提交 如: <form action="actions/Student_Delete" method="post"> <input type="text" name="userDTO.name" value="张三" /> <input type="text" na 阅读全文
posted @ 2018-03-01 16:25 林** 阅读(247) 评论(0) 推荐(0)