static declaration of "****
2018-08-28 本文已影响86人
管乐_VICTOR
编译报错 static declaration of "****" follows non-static declaration
原因分析:调用的静态函数在调用之后声明的。
解决方法:把静态函数声明放在调用前面。
编译报错 static declaration of "****" follows non-static declaration
原因分析:调用的静态函数在调用之后声明的。
解决方法:把静态函数声明放在调用前面。