需求 需求是以‘,’ 分割的字符串:'1,3,2' 这种类型的字符串 要匹配一个数组 数字相对应的字符串数组let numArr = [1,2,3,4,5] let strArr = ['a','b','c','d','e'] let getStrArr = [2,1,4] // b, a, d