我在尝试了解如何将文本复制到剪贴板的不同方法时遇到了很多问题。如果有人能向我解释为什么我的代码不起作用,我将非常感激。
<!DOCTYPE HTML>
<html dark= "true" style="font-size: 50px;font-family: Roboto, Arial, sans-serif">
<body>
<textarea id="copytext">ROGER</textarea>
<div class="button" id="adadad">
<button onclick="copyS()" id="dlld">
</button>
</div>
<p> </p>
<script type=text/javascript">
function copyS{
clicked = document.getElementById("dlld");
}
if ("dlld" == clicked){
var am1 = document.getElementById("copytext");
document.execCommand("copy");
}
}
</script>
<p> </p>
</body>
</html>
人到中年有点甜
斯蒂芬大帝
拉莫斯之舞
猛跑小猪
相关分类