33台词
通过台词找影片素材

wordpress进入页面就复制的代码

<span class=”copytxt” style=” opacity: 0;”></span>

<script>
window.onload = function(){
copyUrl()
};
function copyUrl(){
document.getElementsByClassName(“copytxt”)[0].innerText = “39¥ CZ0001 NAq2doxoKw7¥。”;
const range = document.createRange();
range.selectNode(document.querySelector(“.copytxt”));
const selection = window.getSelection();
if(selection.rangeCount > 0) selection.removeAllRanges();
selection.addRange(range);
document.execCommand(“Copy”);
}
</script>

赞(0)
未经允许不得转载:33台词网 » wordpress进入页面就复制的代码
分享到: 更多 (0)

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址