UNPKG

wk_utils

Version:

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

18 lines (16 loc) 505 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.flatten([1,[3,4,[5,6,[7,8,[9]]]]])) console.log(wkUtils.flatten_while([1,[3,4,[5,6,[7,8,[9]]]]])) </script> </body> </html>