我是新来的,对nodejs很好奇。
我想将 json(或 .md)文件中的数据导入节点/jade 页面。只要指出我应该看的方向就可以了。
就像是
{
"name": "contact_info",
"workers": {
"john": {
"img": "/img/john.jpg",
"name": "John Mitchel",
"description": "John is a nice guy...",
},
"anna": {
"img": "/img/anna.jpg",
"name": "Anna James",
"description": "Anna is great at tenis",
},
... //etc
并导入它,以便它将呈现在 web 的 html 中。
任何指针将不胜感激。