摘要: 练习6 点击查看代码 /* * 练习六: * 修改前一个程序,让它含有本章所定义的storage()方法的代码段,并调用之 */ class ttt{ static int storage(String s){ return s.length() * 2; } } public class chap 阅读全文
posted @ 2021-10-15 11:03 哇~龙 阅读(24) 评论(0) 推荐(0)