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.
我需要使用 edge.js 模板模型对象作为 javascript 对象。
在 edge.js 模板引擎中,我可以这样做:
<h1>{{ model.name }}</h1>
但是我怎样才能像这样使用像js对象这样的模型:
<script> console.log({{model}}) </script>