Results 2 comments of wang

map()是js原生的Array类型的迭代方法中的一种,其他的还有some(),every(),forEach(),filter()。map的作用是对数组中的每一项运行给定的函数,然后返回函数每次调用的结果组成的数组。作者这里是对当前数组topics中的数据做一些额外的处理,再用处理结果返回的数组替换原数组topics。

Thanks foy your suggestions. In fact, I have tried to use ITKSnap to view the images, and the image files can be open, but it's all black on interface, I...