wk_utils
Version:
一个轻便、快捷、实用的成长型自定义工具函数库
16 lines (15 loc) • 431 B
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>demo</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script src="../dist/wkUtils.js"></script>
<script>
console.log(wkUtils.mergeArray([1,3,5,7], [5,8], [7,9]))
</script>
</body>
</html>