class Book { // static, count is class variable static int count = 0; // property is instance variable String name = "Steve Jobs"; // args chapter is method ...
確定! 回上一頁