clicks.tea

来自「java servlet编程源码」· TEA 代码 · 共 22 行

TEA
22
字号
<% template clicks() %>

<HTML><HEAD><TITLE>Testing the Tea Built-In Functions</TITLE></HEAD><BODY>

<%
// Set the locale; it remains for all later template output
setLocale("fr", "CA")  // Quebec

// Specify how time and numbers should be formatted
dateFormat("d MMMM yyyy")
numberFormat("#0.00%")

// Some fake data
clicks = 485.0
accesses = 7673.0
%>

<H2><% currentDate() %></H2>
Le pourcentage: <% clicks/accesses %>

</BODY></HTML>

⌨️ 快捷键说明

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