This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

局部静态变量static



我定义了一个局部静态变量static int8u handle=0,为什么程序刚开始执行时,这个变量值不为0,难道没有被初始化吗