我想在单击 div 时复制输入值,但无法使用它。这是我的代码: function handleClick() { input.select(); document.execCommand("copy"); } #input { display: none }
確定! 回上一頁