package cn.jbit.test.yang;
public class Dome {
public static void main(String[] args) {
Time dome = new Time();
dome.CurTime = "2011年5月12日10点11分30秒";
dome.show();
}
}
第十章 面向对象 简答题4
最新推荐文章于 2025-06-08 11:17:52 发布
package cn.jbit.test.yang;
public class Dome {
public static void main(String[] args) {
Time dome = new Time();
dome.CurTime = "2011年5月12日10点11分30秒";
dome.show();
}
}