摘要:
Map<String, Integer> tempMap = new HashMap<String, Integer>(); tempMap.put("a","12"); tempMap.put("b","34"); tempMap.put("c","56"); // JDK1.4中 // 遍历方法 阅读全文
摘要:
一, 使用href超链接标记 (客户端跳转) 二, 提交表单 (客户端跳转) <form name="form" method="post" action="page2.jsp"> <input type="submit" value="跳转1"> </form> 三, Javascrip事件 (客 阅读全文