首页 文章 JSTL 代码:用JSTL进行计算和输出

邮件订阅

代码:用JSTL进行计算和输出 E-mail
用户评价: / 0
好 
技术文章 - JSTL
作者:Administrator   
2007-12-01 22:09

    Simple calculation and output

Simple calculation and output


<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<html>
  <head>
    <title>Out Examples</title>
  </head>

  <body>
  <h3>Out Example</h3>

  10 
  <c:out value="${10*3}" />

  <br />
  </body>
</html>
最后更新于: 2007-12-01 22:09
 

欢迎转载

本站文章欢迎转载,但请注明出处(http://www.javajia.com,Java家)