-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (23 loc) · 981 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<div>
请打开浏览器控制台查看效果
</div>
</body>
<!--<script src="https://cdn.jsdelivr.net/npm/[email protected]/npm/umd/index.js"></script>-->
<!--<script src="https://unpkg.com/[email protected]/npm/umd/index.js"></script>-->
<!--<script src="https://cdn.jsdelivr.net/npm/[email protected]/npm/umd/index.js"></script>-->
<!--<script src="https://cdn.jsdelivr.net/npm/js-utils-lc"></script>-->
<!--<script src="https://cdn.jsdelivr.net/npm/js-utils-lc/npm/umd/index.js"></script>-->
<script src="https://cdn.jsdelivr.net/npm/js-utils-lc/npm/min/umd/index.js"></script>
<script>
console.log('jsUtilsLc.getNowDate',jsUtilsLc.getNowDate())
console.log('jsUtilsLc.removeArrRepeat',jsUtilsLc.removeArrRepeat([1,2,3,3,4,9,8,8]))
jsUtilsLc.getRemovedQueryStringInUrl('a','https://have-not-bug.github.io/js-utils/test.html?a=1&b=2')
</script>
</html>