<%@ page language="java" contentType="text/html; charset=UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<%@page import="java.util.Locale"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
<style type="text/css">
table, td, tr {font-size: 12px; }
table {
border-collapse: collapse;
border: 1px solid #000000;
}
td, th {
border: 1px solid #000000;
padding: 2px;
padding-left: 10px;
padding-right: 10px;
}
.title {
background: #EEEEEE;
}
.title td {
text-align: center;
}
</style>
</head>
<body>

<%
request.setAttribute("localeList", Locale.getAvailableLocales());
%>


<table>
<tr class="title">
<th>Locale</th>
<th>Language</th>
<th>Date and Time</th>
<th>Number</th>
<th>currency</th>
</tr>

<jsp:useBean /> </td>
</tr>
</c:forEach>

</table>

</body>
</html>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2021-07-05
  • 2022-01-03
  • 2022-01-17
  • 2021-11-25
猜你喜欢
  • 2021-12-18
  • 2021-09-17
  • 2022-12-23
  • 2021-10-19
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案