Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 HTML 模板语言 (HTL) 中包含隐藏字段的语法是什么?
在jsp中我们可以写
<input type="hidden" id="thisField" name="inputName" value="hiddenValue"/>
你会在 HTL 中做同样的事情。