随笔分类 -  String 字符集

摘要:public class ZiFuChuan { public static void main(String[] args) { ZiFuChuanFangFa f=new ZiFuChuanFangFa(); f.IndexOf(); //1.字符串查找 注意空格在数组中的位置!字符串查找 indexOf(); 找不到就返回 -1 有就返回此元素在该数组中的角标位置 f.ch... 阅读全文
posted @ 2019-03-18 21:35 送外卖的小菜鸟 阅读(1230) 评论(0) 推荐(0)