摘要: JS中将数组转换为链表 javascript / 将数组转换为链表 @param array arr 需要转换的数组 @param int type 转换的类型,0为单链表,1为循环链表 @return object 返回链表 / function array2List(arr, type = 0) 阅读全文
posted @ 2020-02-16 14:47 小码哥鸭 阅读(2029) 评论(0) 推荐(0) 编辑