摘要: 注意:java中,函数可以返回String类 阅读全文
posted @ 2020-06-07 18:00 profesor 阅读(979) 评论(0) 推荐(0)
摘要: public class CharAt { public static void main(String[] args) { String ac = "Hello World"; //for (int i = 0; i < ac.length(); i++) int i = 0; //while ( 阅读全文
posted @ 2020-06-07 08:36 profesor 阅读(337) 评论(0) 推荐(0)