node.js - Express+MongoDB怎么实现富文本编辑器的数据存储
ringa_lee
ringa_lee 2017-04-17 15:38:09
0
2
1056

不知道具体的实现思路是怎么样的?

  • 如何保存富文本编辑器输出的图片和html样式呢?

  • 怎样把这些信息存到数据库里呢

ringa_lee
ringa_lee

ringa_lee

reply all(2)
Ty80

Gridfs is often used to save large documents.

It is recommended to check the official documentation below:

https://docs.mongodb.com/manu...

http://mongodb.github.io/node...

大家讲道理

The pictures and html styles are specially marked and saved as strings in the database

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template