Javascript开发

Simditor富文本框获取值
贵鬼2024-10-05发布
100 0

在任何时候获取值

var editor = new Simditor({
  // 配置项
});

var content = editor.getValue(); // 获取编辑器中的内容
console.log(content); // 打印获取到的内容