摘要: 2019.09.24: 学习内容:JS 常见错误、JS加速、ES5(6)特性 补充:js保留词:https://www.w3school.com.cn/js/js_reserved.asp js版本及浏览器支持:https://www.w3school.com.cn/js/js_versions.a 阅读全文
posted @ 2019-09-26 13:11 Marvin_Tang 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 2019.9.26: 学习内容:functoolz、dicttoolz 二、functoolz: 1、pipe(data, *funcs): pipe(data,f,g,h) 等价于 h(g(f(data))) 类似于UNIX的管道一样。 2、juxt(*funcs)(data): 接受几个函数并返 阅读全文
posted @ 2019-09-26 11:54 Marvin_Tang 阅读(374) 评论(0) 推荐(0) 编辑