public class Test{ private static Staff staff = new Staff(); private static String str = "a"; } 如上,Test对象的staff成员是存放在哪的呢? 查看完整描述