摘要: 上代码 replace(/0*(\d+)/,'$1') 如果0都不要,则 replace(/^0{1,}/, '') 阅读全文
posted @ 2021-03-16 15:57 Jennyishere 阅读(759) 评论(0) 推荐(0)