public void f()
        {
            static int a = 10;
        }以上代码VS2005报错:修饰符“static”对该项无效
请问static 不能用来修饰函数内的变量吗?