https://blog.csdn.net/ffa_ijj/article/details/85062239对于一个字典:
var testMapF = testMap8.map((key,value) => checkMap1(key, value));
对于一个列表
可以传入其他参数
var testMapF = testMap8.map((key) => checkMap1(key, otherkey));
https://blog.csdn.net/ffa_ijj/article/details/85062239对于一个字典:
var testMapF = testMap8.map((key,value) => checkMap1(key, value));
对于一个列表
可以传入其他参数
var testMapF = testMap8.map((key) => checkMap1(key, otherkey));
让时间为你证明