📄 clicks.tea
字号:
<% 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -