使用 Jade、NodeJS、Express 的动态 html 页面
我有一个大的 json 对象,其中包含从 redis 密钥库检索的示例电子表格中的单元格数据。我想在jade模板中以html表格格式显示它。但现在,我只能将其显示为 json 字符串。
我也不清楚如何使用jade/express生成动态网页。
我试图传递示例 JSON 字符串:
{"1A":"Cell Data 1", "1B": "Cell Data 2",...}
它是来自 Excel 电子表格的数据。
请帮我解开这个疑惑。
I have a big json object containing cell data from a sample spreadsheet that has been retrieved from redis keystore. I want to show it in a html table format in the jade template. But for now, all I can show it as is a json string.
I am also unclear about how to generate dynamic web pages using jade/express.
Sample JSON string am trying to pass:
{"1A":"Cell Data 1", "1B": "Cell Data 2",...}
It is data from an excel spreadsheet.
Please help me to clear this doubt.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
输出
或更实际地比定义 jade 中的对象的 items 数组更实用
outputs
or more practically than defining the items array of objects in jade