当前位置:网站首页>Validateur async. Vérificateur de données JS
Validateur async. Vérificateur de données JS
2022-06-28 12:41:00 【51CTO】
Documentation:
Installation
Exemple
Informations de vérification imprimées
rulePropriétés de
Disponible Type
| Type | Description |
|---|---|
| string | Must be of type string. This is the default type. |
| number | Must be of type number. |
| boolean | Must be of type boolean. |
| method | Must be of type function. |
| regexp | Must be an instance of RegExp or a string that does not generate an exception when creating a new RegExp. |
| integer | Must be of type number and an integer. |
| float | Must be of type number and a floating point number. |
| array | Must be an array as determined by Array.isArray. |
| object | Must be of type object and not Array.isArray. |
| enum | Value must exist in the enum. |
| date | Value must be valid as determined by Date |
| url | Must be of type url. |
| hex | Must be of type hex. |
| Must be of type email. | |
| any | Can be any type. |
边栏推荐
- arcgis pro 可以实现直连postgresql,编辑图层要素吗
- [unity Editor Extension practice] dynamically generate UI code using TXT template
- Beginner level of attack and defense World Hello_ pwn
- [vi/vim] basic usage and command summary
- 双缓冲绘图
- centos6.5 php+mysql mysql库找不到
- 【Unity编辑器扩展实践】、查找所有引用该图片的预制体
- 为什么CAD导出PDF没有颜色
- [C language] about scanf() and scanf_ Some problems of s()
- Ipetronik data acquisition equipment and softing q-vision software are committed to ADAS test scheme
猜你喜欢

Beginner level of attack and defense World Hello_ pwn

命名空间和作用域

UGUI使用小技巧(五) Scroll Rect组件的使用

最新汇总!30省份公布2022高考分数线

pwn入门(1)二进制基础

Matplotlib_ Study01

ASP. NET CORE Study08

Unity Editor Extension Foundation, editorguilayout (III)

In fact, there are a lot of MATLAB learning and use materials (many documents and videos) on the official website of MATLAB

Unity Editor Extension Foundation, GUI
随机推荐
【Unity编辑器扩展基础】、EditorGUILayout (一)
几百行代码实现一个 JSON 解析器
What are the common modes of financial products in 2022?
基础软件照搬开源不可取,自力更生才是正途
Ugui uses tips (VI) unity to realize vertical line display of string
ASP.NET CORE Study08
【Unity编辑器扩展基础】、EditorGUILayout(二)
EMC RS485 interface EMC circuit design scheme
UDP RTP packet frame loss
ASP. NET CORE Study04
华泰证券开户安全吗? 开户有风险吗
Given two points and a point with a middle scale, find the coordinates of the point
Unity导入资源后还手动修改资源的属性?这段代码可以给你节约很多时间:AssetPostprocessor
Jerry's SPI1 plug-in flash recording modification [part]
Evaluation of IP location query interface I
数字孪生能源系统,打造低碳时代“透视”眼
Continuous integration practice of Baidu app based on pipeline as code
[unity Editor Extension practice] dynamically generate UI code using TXT template
ASP.NET CORE Study01
async-validator.js数据校验器