一款可以用来复制任何标签的内容,和自定义文本
$ npm install copy-txt
const copy = require('copy-txt');
or
import copy from 'copy-txt'
浏览器使用
<script src="./index.js" type="text/javascript"></script>
copy(text|'#xxx',regex):Boolean
text 可以是你自定义的文本,也可以是标签里面的,如果是标签,需要使用id选择器进行选择 regex 是正则过滤
One can be used to copy the content of any label, and custom text
$ npm install copy-txt
const copy = require('copy-txt');
or
import copy from 'copy-txt'
Browser use
<script src="./index.js" type="text/javascript"></script>
copy(text|'#xxx',regex):Boolean
text can be the text you want to copy or id selector