摘要: Map<String, Integer> tempMap = new HashMap<String, Integer>(); tempMap.put("a","12"); tempMap.put("b","34"); tempMap.put("c","56"); // JDK1.4中 // 遍历方法 阅读全文
posted @ 2018-03-29 13:10 流去 阅读(352) 评论(0) 推荐(0) 编辑
摘要: 一, 使用href超链接标记 (客户端跳转) 二, 提交表单 (客户端跳转) <form name="form" method="post" action="page2.jsp"> <input type="submit" value="跳转1"> </form> 三, Javascrip事件 (客 阅读全文
posted @ 2018-03-29 11:49 流去 阅读(47086) 评论(0) 推荐(2) 编辑