···
const arr = {
attributes: {
"link": "http://www.baidu.com/",
"textDecoration": "none",
"color": "#4569d7",
bold: false
},
insert: '测试'
this.edit.setContents({
delta: {
ops:arr
},
complete:()=>{
this.format('fontFamily', 'inherit').input();
}
})
···
0 个回复