UNPKG
id-validator
Version:
latest (1.3.0)
1.3.0
1.2.1
1.2.0
中国个人身份证号验证 Chinese Personal ID Card Validation
github.com/mc-zone/IDValidator
mc-zone/IDValidator
id-validator
/
examples
/
client-side
/
useRequireJS.html
12 lines
(10 loc)
•
227 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
lang
=
"zh-cn"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
IDValidator AMD
</
title
>
<
script
type
=
"text/javascript"
data-main
=
"lib/requireJSApp"
src
=
"lib/require.js"
>
</
script
>
</
head
>
<
body
>
</
body
>
</
html
>