• static和extern介绍static 和extern 都是C语言中的关键字。1.static 是 静态的 的意思,可以用来: 修饰局部变量 修饰全局变量 修饰函数2.extern 是用来声明外部符号的。
    admin1月前
    150