会先使用styleWithCSS把语义标签替换成<span style="">
document.execCommand("styleWithCSS", false, null);
document.execCommand('fontName, false, value);
但是发现在Edge上,document.execCommand("styleWithCSS", false, null)这句不生效,一直都是false,所有的富文本操作都会生成之类的标签
有什么方法可以在edge上也能用css替换标签吗?