就是render函数里面的,,我看es2015里面的箭头函数语法,愣是没发现可以这样子用。箭头函数:单参数的 a => a + 1多参数的 (a, b) => a + b仔细一看,愣是没看明白,上面的render里面的用法,谁解释下。 查看完整描述