Javascript开发
在任何时候获取值
var editor = new Simditor({ // 配置项 }); var content = editor.getValue(); // 获取编辑器中的内容 console.log(content); // 打印获取到的内容