Skip to content

6 月记

1200+ 免费开源模板

https://htmlrev.com/

若依 nest 版

https://gitee.com/tao-zhi/nest-admin

限制输入整数

js
const isInteger = (value) => {
  return value % 1 === 0;
};

上次更新于: