我想替换文本为以下html然后写入,使用写入剪贴板 HTML格式,然后模拟按键粘贴
<span style="background-color: gray; color: gray; padding: 2px 5px; transition: background-color 0.3s, color 0.3s;" onmouseover="this.style.backgroundColor='lightgray'; this.style.color='black';" onmouseout="this.style.backgroundColor='gray'; this.style.color='gray';">{text}</span>
但是写入后就变成了以下这样,求助原因及解决办法
后来试了试,在别的软件里是正常的,在Anki中不行