declaration may not appear after executable statement in block
error #270: declaration may not appear after executable statement in block
这个提示的意思大概是一个声明语句,要放在一个函数的开头,没有写执行语句之前。否则就会出现这个错误。
error #270: declaration may not appear after executable statement in block
这个提示的意思大概是一个声明语句,要放在一个函数的开头,没有写执行语句之前。否则就会出现这个错误。