💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 获取编辑器内容(纯文本) >getContentText会过滤html返回存无格式文本内容 ~~~ /*实例化*/ var artEditor = new Eleditor({...}); $('saveBtn').click(function(){ var _content = artEditor.getContentText(); }); ~~~ >getContentText一般用于获取纯文本描述等需求