• <i id='YV6PB'><tr id='YV6PB'><dt id='YV6PB'><q id='YV6PB'><span id='YV6PB'><b id='YV6PB'><form id='YV6PB'><ins id='YV6PB'></ins><ul id='YV6PB'></ul><sub id='YV6PB'></sub></form><legend id='YV6PB'></legend><bdo id='YV6PB'><pre id='YV6PB'><center id='YV6PB'></center></pre></bdo></b><th id='YV6PB'></th></span></q></dt></tr></i><div id='YV6PB'><tfoot id='YV6PB'></tfoot><dl id='YV6PB'><fieldset id='YV6PB'></fieldset></dl></div>
    • <bdo id='YV6PB'></bdo><ul id='YV6PB'></ul>

    1. <tfoot id='YV6PB'></tfoot>

      1. <small id='YV6PB'></small><noframes id='YV6PB'>

      2. <legend id='YV6PB'><style id='YV6PB'><dir id='YV6PB'><q id='YV6PB'></q></dir></style></legend>

      3. 单击按钮时在剪贴板中复制文本区域的文本

        Copying text of textarea in clipboard when button is clicked(单击按钮时在剪贴板中复制文本区域的文本)

          1. <legend id='Ri3Oo'><style id='Ri3Oo'><dir id='Ri3Oo'><q id='Ri3Oo'></q></dir></style></legend><tfoot id='Ri3Oo'></tfoot>

                <small id='Ri3Oo'></small><noframes id='Ri3Oo'>

                  <tbody id='Ri3Oo'></tbody>

                  <bdo id='Ri3Oo'></bdo><ul id='Ri3Oo'></ul>
                  <i id='Ri3Oo'><tr id='Ri3Oo'><dt id='Ri3Oo'><q id='Ri3Oo'><span id='Ri3Oo'><b id='Ri3Oo'><form id='Ri3Oo'><ins id='Ri3Oo'></ins><ul id='Ri3Oo'></ul><sub id='Ri3Oo'></sub></form><legend id='Ri3Oo'></legend><bdo id='Ri3Oo'><pre id='Ri3Oo'><center id='Ri3Oo'></center></pre></bdo></b><th id='Ri3Oo'></th></span></q></dt></tr></i><div id='Ri3Oo'><tfoot id='Ri3Oo'></tfoot><dl id='Ri3Oo'><fieldset id='Ri3Oo'></fieldset></dl></div>
                  本文介绍了单击按钮时在剪贴板中复制文本区域的文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在寻找创建一个 jQuery(或 javascript)button 来选择 textarea 中的所有内容,然后将文本复制到您的 clipboard 当您单击按钮时.

                  I'm looking to create a jQuery (or javascript) button that selects everything in a textarea and then copies the text to your clipboard when you clicked on button.

                  我发现了一些使用焦点事件的例子.但我正在寻找一个您实际上必须单击以进行选择和复制的按钮.

                  I have found some examples using the focus event. But I'm looking for a button that you actually have to click for the select and copy.

                  我该怎么做?

                  推荐答案

                  需要使用select() 选择 textarea 的文本并使用 execCommand('copy') 来处理选中的文本.它在高版本浏览器中工作.

                  You need to use select() to selecting text of textarea and use execCommand('copy') to coping selected text. Its work in upper version of browsers.

                  $("button").click(function(){
                      $("textarea").select();
                      document.execCommand('copy');
                  });
                  

                  您也可以不使用 jquery 来完成这项工作,如下所示

                  Also you can do this work without jquery as shown in bottom

                  document.querySelector("button").onclick = function(){
                      document.querySelector("textarea").select();
                      document.execCommand('copy');
                  }
                  

                  document.querySelector("button").onclick = function(){
                    document.querySelector("textarea").select();
                    document.execCommand('copy');
                  };

                  <button>Select</button>
                  <br/>
                  <textarea></textarea>

                  这篇关于单击按钮时在剪贴板中复制文本区域的文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Fetch multiple links inside foreach loop(在 foreach 循环中获取多个链接)
                  Backbone Fetch Request is OPTIONS method(Backbone Fetch Request 是 OPTIONS 方法)
                  Fetch API leaks memory in Chrome(Fetch API 在 Chrome 中泄漏内存)
                  How can I download and save a file using the Fetch API? (Node.js)(如何使用 Fetch API 下载和保存文件?(Node.js))
                  Send blob data to node using fetch, multer, express(使用 fetch、multer、express 将 blob 数据发送到节点)
                  Sending a custom User-Agent string along with my headers (fetch)(发送自定义用户代理字符串以及我的标头(获取))
                • <i id='ELQRG'><tr id='ELQRG'><dt id='ELQRG'><q id='ELQRG'><span id='ELQRG'><b id='ELQRG'><form id='ELQRG'><ins id='ELQRG'></ins><ul id='ELQRG'></ul><sub id='ELQRG'></sub></form><legend id='ELQRG'></legend><bdo id='ELQRG'><pre id='ELQRG'><center id='ELQRG'></center></pre></bdo></b><th id='ELQRG'></th></span></q></dt></tr></i><div id='ELQRG'><tfoot id='ELQRG'></tfoot><dl id='ELQRG'><fieldset id='ELQRG'></fieldset></dl></div>
                  <tfoot id='ELQRG'></tfoot>
                    <bdo id='ELQRG'></bdo><ul id='ELQRG'></ul>

                        <tbody id='ELQRG'></tbody>
                    1. <legend id='ELQRG'><style id='ELQRG'><dir id='ELQRG'><q id='ELQRG'></q></dir></style></legend>
                    2. <small id='ELQRG'></small><noframes id='ELQRG'>