今天写代码出现了这个问题:[Error] a function-definition is not allowed here before '{' token 因为代码比较简单就没有细看,搜索发现是少了一个},括号的不匹配导致的。