Translate any text selected into a tooltip
< Feedback on youdaodict
能不能做个非空判断?
当点击一个链接发生跳转的时候,document.getSelection().anchorNode就会是null,因为没有非空判断,脚本第40行就会出错。
document.getSelection().anchorNode
null
已更新
Sign in to post a reply.
能不能做个非空判断?
当点击一个链接发生跳转的时候,
document.getSelection().anchorNode
就会是null
,因为没有非空判断,脚本第40行就会出错。