摘要: 代码 function calcKey(props) { return props.reduce((key, prop, index) => { const code = prop[0] * (15 + 1) + prop[1]; console.log(code); console.log(key 阅读全文
posted @ 2023-09-26 16:50 bakabird1998 阅读(176) 评论(0) 推荐(0)