Fork me on Gitee
摘要: 不会改变原来数组【concat()、every()、some()、filter()、map()、slice()】 concat() // concat()用于连接两个或多个字符串 // 该方法没有改变原有字符串,但是会返回连接两个或多个字符串的新字符串 let s1 = 'name:'; let s 阅读全文
posted @ 2023-01-11 15:29 ThesunKomorebi 阅读(579) 评论(0) 推荐(0)