摘要: const input = '2434.34234' const grep = /^(\d+)(\.\d+)?$/g; grep.test(input); 阅读全文
posted @ 2023-07-05 17:13 Bravo_Jack 阅读(33) 评论(0) 推荐(0)