1 回答
已采納

asd8532
TA貢獻143條經驗 獲得超187個贊
靜態的你就把他當成全局的就好了
int ? ? a(){
????static int b;
????int c;//c出了這個范圍就被釋放了,b不會
}
添加回答
舉報
0/150
提交
取消