狗子的博客
#
替换除了数字和-
const
reg
=
/
[^0-9-]
/
g
console
.
log
(
'0-1-1111asdf-af123'
.
replace
(
reg
,
''
)
)
←
常用代码片段
Fiber
→