摘要: ```ts const color = '#' + Math.floor(Math.random() * 0xffffff).toString(16) ``` 阅读全文
posted @ 2023-07-11 16:13 努力挣钱的小鑫 阅读(82) 评论(0) 推荐(0) 编辑
摘要: ```ts export const copyText = (text: string) => { const input = document.createElement('input'); input.setAttribute('readonly', 'readonly'); input.set 阅读全文
posted @ 2023-07-11 09:33 努力挣钱的小鑫 阅读(39) 评论(0) 推荐(0) 编辑