如何使用js为选中的文字自动弹出工具栏?比如百度文库。

我也在找。我试过了,它是可用的

& lt剧本?type = " text/JavaScript " & gt;

document.onmouseup?=?document.ondbclick=?函数(){

var?txt

if(document.selection){

txt?=?document.selection.createRange()。文本

}否则{

txt?=?window . get selection()+“”;

}

if(txt){alert(txt)}

}

& lt/script & gt;

也可以参考/wordpress/?p=1428