issues
search
unliar
/
unliar.github.io
一个已经不再使用的静态博客,新的博客在后边。
https://happysooner.com
0
stars
0
forks
source link
实现一个trim函数
#40
Open
unliar
opened
3 years ago
unliar
commented
3 years ago
const Trim = (x) => { return `${x}`.replace(/(^\s*)|(\s*$)/g,""); };