let afrKey = d.replace(/^data([\w\d])/, (all, alpha) => alpha).toLowerCase();
原来的是
let afrKey = d.replace(/^data([\w\d])/, (all, alpha) => alpha.toLowerCase()).toLowerCase()