// https://juejin.im/post/6844903857290477582 export const copyToClipboard = (str: string) => { const el = document.createElement('textarea') // 创建一个