// 获取当前选区
export const HandleGetSelection = (id)=>{
const obj = {
rng:tinymce.activeEditor.selection.getRng() ,// 当前选区
txt:window.tinymce.get(id).selection.getContent({ format: 'text' })// 选中文本
}
return obj
}
tinymce 获取当前选区 获取选中文本
最新推荐文章于 2025-06-05 16:04:16 发布