rythmengine / rythm-doc

Rythm Engine Documentation
Other
5 stars 5 forks source link

Rythm.render("helloworld.html", "World") #3

Open freewind opened 11 years ago

freewind commented 11 years ago

关于这个方法有点疑问,如果存在helloworld.html这个文件,则去渲染文件,不存在则当成普通字符串。

万一我希望把它当成普通字符串来渲染,但恰好那边有一些同名文件,怎么办?

要不弄成 Rythm.renderStr("...")来渲染字符串,或者Rythm.render(new File("..."))来渲染文件?

greenlaw110 commented 11 years ago

这两个API都存在的,必要时(你说的那种情况)用户可以选择使用Rythm.renderStr("...")或者Rythm.render(new File("..."))`