如何在 .vm 文件中插入页眉和页脚
我有一个 .vm(Velocity)文件,运行该文件可生成 DOC 文件。 我希望在生成的 DOC 文件中有一个非常简单的页眉和页脚。 如何为此在 .vm 文件中编写代码。 我不想将页眉和页脚文件作为外部文件包含在内。 我想要在同一个 .vm 文件中包含简单的代码。 请帮忙!!!
I have a .vm (Velocity) file which is run to generate a DOC file. I want to have a very simple header and footer in this resultant DOC file. How can I write code in .vm file for this.
I do not want to include header and footer files as external files. I want simple code in the same .vm file.
Please help!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不包含单独的文件? 只需编写 HTML 即可。 以下代码摘自 vm 文件:
Without including a separate file? Just write the HTML. The following code is an extract from a vm file: