loong-js
指南
使用文档
Github
(opens new window)
Gitee
(opens new window)
#
isPostcode
校验 邮政编码(中国) 规则
#
参数
param
string
str 需要校验的字符串
#
返回
return
boolean
校验结果
#
示例
isPostcode
(
'050091'
)
;
// true
1
←
isPlateNum
isTelephone
→