摘要: static has a very simple logic to it. If a variable is static, it means that it is a global variable, but it's scope is limited to where it is defined... 阅读全文