Java:this

package com.demo.day; public class This01 { public static void main(String[] args) { Dog1 dog1 = new Dog1("耗子",3); dog1.info(); } } class Dog1{ String
posted @ 2023-05-16 00:54  Hello_world_名字被取了  Views(9)  Comments(0Edit  收藏  举报