【发布时间】:2016-01-18 08:27:38
【问题描述】:
问候堆垛者, 我有一个包含键值对的属性文件“demo.properties”: Build=47
我还有一个 HTML(静态)页面 'demo.html'
<html>
<body>
The current build is: <!--here I want the value of build from the demo.properties -->
</body>
</html>
有没有办法在这里访问 'Build' 的值?任何建议将不胜感激。谢谢!
【问题讨论】:
标签: html properties-file