An open API service indexing awesome lists of open source software.

https://github.com/bddjr/clipcc-extension-joinstrings

字符串,连接3 ~ 连接10。
https://github.com/bddjr/clipcc-extension-joinstrings

ccx clipcc clipcc-extension codingclip makeccx

Last synced: 12 months ago
JSON representation

字符串,连接3 ~ 连接10。

Awesome Lists containing this project

README

          

# Join Strings

字符串,连接3 ~ 连接10。

使用 [`Array.prototype.join`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array/join) 实现。

## 下载并构建扩展
```
git clone https://github.com/bddjr/clipcc-extension-joinstrings
cd clipcc-extension-joinstrings
pnpm i
pnpm build
```