• 2019-03-18 09:42:43 评论了博文 Go 语言机制之栈和指针

    不会,count是由main函数生成,count的生命周期是由main函数来控制。increment函数只是共享count,如果count是在increment生命,当increment返回时,cou...