标签: redux
const newState = {... state}; ^^^ SyntaxError:意外令牌...
当我尝试一个简单的redux程序来增加年龄时,出现了以上错误。 这段代码如下:
phi