摘要:
getCustomizedObject /** * @number: the count of object attribute * @prefix: the object attribute prefix string * @value: the value of each attribute, 阅读全文
posted @ 2023-02-17 10:54
箫笛
阅读(26)
评论(0)
推荐(0)
摘要:
1. 正整数 正则表达式:/^(?!0)[0-9]+$/ 不以0开头 function isInteger(value) { return /^(?!0)[0-9]+$/.test(value); } 2. 非0数 正则表达式:/^\-?0\.[0-9]*[1-9]+[0-9]*$|^\-?(?!0 阅读全文
posted @ 2023-02-17 10:31
箫笛
阅读(59)
评论(0)
推荐(0)

浙公网安备 33010602011771号