UNPKG

wk_utils

Version:

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

16 lines (15 loc) 475 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.mergeObject({ a:[{x:1}, {y:2}], b: 1}, { a: {z: 3}, b: [2, 3] }, {c: '123'} )) </script> </body> </html>