UNPKG
@luband/jstools
Version:
latest (1.5.0)
1.5.0
1.1.4
1.1.3
1.1.0
1.0.0
前端工具包
@luband/jstools
/
window
/
copyText.js
2 lines
(1 loc)
•
198 B
JavaScript
View Raw
1
2
function
e
(
e
){
var
t=
document
.
createElement
(
"input"
);t.
setAttribute
(
"value"
,e),
document
.
body
.
appendChild
(t),t.
select
(),
document
.
execCommand
(
"copy"
),
document
.
body
.
removeChild
(t)}
export
{e
as
default
};