UNPKG

always-helper

Version:

前端项目开发中,经常会用到一些工具函数的合集。

2 lines (1 loc) 296 B
export default function(e){"string"==typeof e&&(e=document.querySelector(e)),window.getSelection().removeAllRanges();var n=e,o=document.createRange();o.selectNode(n),window.getSelection().addRange(o);var t=!1;return document.execCommand("copy")&&(t=!0),window.getSelection().removeAllRanges(),t}