摘要:
```ts const color = '#' + Math.floor(Math.random() * 0xffffff).toString(16) ``` 阅读全文
posted @ 2023-07-11 16:13
努力挣钱的小鑫
阅读(94)
评论(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
努力挣钱的小鑫
阅读(53)
评论(0)
推荐(0)

浙公网安备 33010602011771号