mark icon indicating copy to clipboard operation
mark copied to clipboard

检验两位小数的有问题

Open llccing opened this issue 8 years ago • 0 comments

9 有两位小数的正实数:^[0-9]+(.[0-9]{2})?$

这个应该是 ^[0-9]+(\.[0-9]{2})?$

llccing avatar Jun 13 '17 09:06 llccing