Express, EJS, challenge with testing for undefined
up vote
1
down vote
favorite
1
I’m creating a simple website with nodejs using the express framework, couchdb for a database and EJS for templating. There will be times when some of my fields are null or undefined in some of my JSON docs, and I need to handle that.

本文介绍使用Node.js及Express框架开发网站时如何处理来自CouchDB数据库中可能存在的null或undefined字段,确保EJS模板正常显示。

1348

被折叠的 条评论
为什么被折叠?



