<a href

<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Insert title here</title>
</head>
<body>
<a href="2.jsp?i=1">1</a> <br>

<a href="2.jsp?i=2">2</a> <br>
<a href="2.jsp?i=3">3</a> <br>
<a href="2.jsp?i=4">4</a> <br>
<a href="2.jsp?i=5">5</a> <br>
<a href="2.jsp?i=6">6</a> <br>
<a href="2.jsp?i=7">7</a> <br>
<a href="2.jsp?i=8">8</a> <br>
<a href="2.jsp?i=9">9</a>
</body>
</html>

 

posted @ 2016-04-01 20:12  2016java  阅读(360)  评论(0编辑  收藏  举报