2025/4/5 源自尚硅谷 面向对象 1 类 和 对象 自己使用 找东西做自己要做的事情让别的东西做 怎么使用 new 对象 . 使用其中的方法 Scanner sc = new Scanner(System.in); String data = sc.next(); 特殊方法 如果调用的方法里