gpt4 book ai didi

javascript - 如何将div内容以字符串格式复制到剪贴板

转载 作者:行者123 更新时间:2023-11-29 22:54:05 25 4
gpt4 key购买 nike

<分区>

我正在使用 ReactJS,当用户点击一个按钮时,我想将一些 div 内容复制到剪贴板。

我不明白为什么这段代码没有导致数据被复制到剪贴板。我正在从 redux store 提供值(value),当它真正是从 div 应对内容时

componentDidUpdate(prevProps, prevState, snapshot) {
console.log("value to copy is-->", this.props.copy);
var copyText = document.getElementById("myInput");

/* Select the text field */

console.log("copyText-->", copyText);
console.log("document-->", document);
/* Copy the text inside the text field */
document.execCommand("copy");
}

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com