⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 missingresourcebundle.jsp

📁 基于netbeans的java桌面应用程序合集
💻 JSP
字号:
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>

<html>
<head>
  <title>JSTL: Formatting/I18N Support -- Missing Resource Bundle Example</title>
</head>
<body bgcolor="#FFFFFF">
<h3>Missing Resource Bundle</h3>

<ul>
 <li> Implicit collaboration with &lt;bundle&gt; (via ancestry chain):<br>
  <fmt:bundle basename="org.apache.taglibs.standard.examples.i18n.MissingResources">
   <fmt:message key="greetingMorning"/>
  </fmt:bundle>

 <li> Explicit collaboration with &lt;bundle&gt; (via <tt>var</tt> attribute):<br>
  <fmt:setBundle basename="org.apache.taglibs.standard.examples.i18n.MissingResources" var="enBundle"/>
  <fmt:message key="greetingEvening" bundle="${enBundle}"/>
</ul>

</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -