UNPKG
fy-utils01
Version:
latest (1.0.0)
1.0.0
自定义工具库
fy-utils01
/
test
/
01.html
13 lines
•
194 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
Title
</
title
>
</
head
>
<
body
>
<
script
src
=
"../dist/utils.js"
>
</
script
>
<
script
>
aUtils.test()
</
script
>
</
body
>
</
html
>