Wie speichere ich den Rich-Text-Editor in der Datenbank? In welchem Format wird es gespeichert? Wie man liest?
1),通过javascript代码中content等到前端的数据.
2),以字符串的方式保存在数据表中,表中的字段必须是tinytext、text、mediumtext和longtext类型.
3), 读取用htmlspecialchars
http://fex.baidu.com/ueditor/
多看文档,不谢!
1),通过javascript代码中content等到前端的数据.
2),以字符串的方式保存在数据表中,表中的字段必须是tinytext、text、mediumtext和longtext类型.
3), 读取用htmlspecialchars
http://fex.baidu.com/ueditor/
多看文档,不谢!