<% layout("/layouts/platform.html"){ %>
Cron示例:前后不要有空格
 */5 * * * * ? 每隔5秒执行
 0 */1 * * * ? 每隔1分钟执行
 0 0 23 * * ? 每天23点执行
<%}%>