摘要: ## 一个非常完美的函数式编程 const user = 'steven thomas willians'; const username = user .toLowerCase() .split(' ') .map(function (name) { return name[0]; }) .joi 阅读全文
posted @ 2024-01-16 22:36 continentliang 阅读(1) 评论(0) 推荐(0) 编辑