人生匆匆,来者是客
05
Java类-入门 Java类-入门
概述1.示例: 计算矩形面积 class area{ float lenth; float weight; flost a(){ float re=lenth*weight; retu
2020-10-05
01