网页中span onclick在firefox下无效
<spanclass='arrow'onClick='copyText(this);'>functioncopyText(obj){varrng=document.bod...
<span class='arrow' onClick='copyText(this); '>
function copyText(obj)
{
var rng = document.body.createTextRange();
rng.moveToElementText(obj);
rng.scrollIntoView();
rng.select();
rng.execCommand("Copy");
rng.collapse(false);
alert("复制成功!");
}
IE下正常,firefox下无效,也不出错 展开
function copyText(obj)
{
var rng = document.body.createTextRange();
rng.moveToElementText(obj);
rng.scrollIntoView();
rng.select();
rng.execCommand("Copy");
rng.collapse(false);
alert("复制成功!");
}
IE下正常,firefox下无效,也不出错 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询