Loading... 我试了一下代码是可以用的 <img src="http://k-by.cn/usr/themes/handsome/assets/img/emotion/aru/shy.png" class="emotion-aru"> ```php <input type="text" id="content" value=""/> <button type="button" onClick="copyUrl2()">复制短链接</button> <script> function copyUrl2(){ var urlresult=document.getElementById("content"); urlresult.select(); // 选择对象 document.execCommand("Copy"); // 执行浏览器复制命令 alert("已复制好,可贴粘。"); } </script> ``` <div class="preview"> <div class="post-inser post box-shadow-wrap-normal"> <a href="https://www.dooccn.com/" target="_blank" class="post_inser_a no-external-link"> <div class="inner-image bg" style="background-image: url(#);background-size: cover;"></div> <div class="inner-content" > <p class="inser-title">在线测试工具</p> <div class="inster-summary text-muted"> 在线代码测试工具 </div> </div> </a> <!-- .inner-content #####--> </div> <!-- .post-inser ####--> </div> 原文地址:[http://www.aeink.com/854.html][1] [1]: http://www.aeink.com/854.html Last modification:June 14th, 2020 at 10:59 am © 允许规范转载