forEach ,map,for ,for in , for of 1 forEach 回调3个参数value,index,arr(原数组) 2 map
1:map() 不会改变原始数组 2:函数的作用是对数组中的每一个元素进行处理,返回新的元素…
具体报错信息如下:
compileDebugJavaWithJavac task (current target is 1.8) and compileDebugKotlin task (current target is 17)jvm target compatibility should be set to the same Java version.很显然,这是一个版本冲突问题,compile…