smile_elims

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2016年12月20日

摘要: JS实现各种复制到剪贴板 一、实现点击按钮,复制文本框中的的内容 <script type="text/javascript"> function copyUrl2() { var Url2=document.getElementById("biao1"); Url2.select(); // 选择 阅读全文
posted @ 2016-12-20 14:37 smile_elims 阅读(140) 评论(0) 推荐(0)