details_en.jsp

来自「用jsp语言自己做的一个网站bookshot的全套程序以及一些样例。完全属于原创」· JSP 代码 · 共 32 行

JSP
32
字号
<%@ page contentType="text/html" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>

<html>
  <head>
    <title>
      <fmt:message key="title" />
    </title>
  </head>
  <body bgcolor="blue">
    <h1>
      <font color="red">
        <fmt:message key="question" />
      </font>
    </h1>
      <font color="white">
        Today, new technologies and business ideas are introduced 
        at a very quick pace. Products that looked like given profit
        makers yesterday are today's commodities, with multiple
        implementations available for free as Open Source. A business
        plan based on banner ad income from a popular web site, or 
        just adding ".com" to the company name, doesn't excite the 
        venture capitalists the way it did just a few months ago.
        <p>
        In a business environment that moves this fast, how long
        development cycles do you dare to plan with, to not risk
        that by the time the product or service is ready, it's
        also obsolete?
      </font>
  </body>
</html>

⌨️ 快捷键说明

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