成员变量是类内部的变量, 外部类不能直接访问该变量! @interface MyViewController :UIViewController { NSString *name; } @end 属性一般是