UNPKG

wk_utils

Version:

一个轻便、快捷、实用的成长型自定义工具函数库

17 lines (16 loc) 525 B
<!DOCTYPE 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.unique_for([1,1,2,3,88,99,45,3,4,5,88,6,3,20,6])) console.log(wkUtils.unique_set([1,1,2,3,88,99,45,3,4,5,88,6,3,20,6])) </script> </body> </html>