文件格式 图像输出 视频输出 编码面板 Video 比率 多路复合 Audio 提示 文件格式 See also 媒体格式 for technical information about supported file formats. 图像输出 When rendering a single frame, the outpu...
格式化 格式化 几乎所有的模板语言都支持格式化,Beetl也不列外,如下例子Beetl提供的内置日期格式 <% var date = date (); %> Today is ${date,dateFormat="yyyy-MM-dd"}. Today is ${date,dateFormat} salary is ${sa...