thymeleaf判断是不是数字

2025-05-18 18:46:29
推荐回答(1个)
回答1:

thymeleaf
也是支持js的,可以插入js来判断
var reg =/^[0-9]*$ /;
reg.test(object);
object就是要判断的对象