| 123456789101112131415161718192021222324252627 |
- <%@page contentType="text/html;charset=UTF-8"%>
- <%
- System.out.println();
- System.out.println();
- System.out.println();
- System.out.println();
- System.out.println();
- System.out.println();
- System.out.println();
- System.out.println();
- System.out.println();
- System.out.println();
- %>
- <html>
- <head>
- <meta charset="utf-8">
- <title>blank</title>
- <style>
- tbody tr:nth-child(odd) td,
- tbody tr:nth-child(odd) th {
- background-color: #f9f9f9;
- }
- </style>
- </head>
- <body>
- </body>
- </html>
|