标签: node.js express ejs
我要渲染三件事。
<h2>Latitude: <%= latitude %></h2> <h2>Longitude: <%= longitude %></h2> <h2>Narrative: <%= narrative %></h2>
首先,我只想Latitude和Longitude。
Latitude
Longitude
然后我要渲染Narrative。
Narrative
第一个渲染给我一个错误,提示narrative不存在。
narrative
我可以以某种方式跳过此错误吗?