首页>代码>java字符串截取方法>/substring/splitTest.java
package com.org.string.substring;

//截取字符串方法二:
public class splitTest {

	/**
	 * @param args
	 */
	public static void main(String[] args) {

		String s = new String("01:大汽车");
		String a[] = s.split(":");
		System.out.println(a[0]);
		System.out.println(a[1]);
		String ss = new String("aa,bb,cc");
		String b[] = ss.split(",");
		System.out.println(b[0]);
		System.out.println(b[1]);
		System.out.println(b[2]);
	}
	
	

}
最近下载更多
1659552772  LV1 2023年5月9日
wsk588  LV26 2019年12月26日
最近浏览更多
3334004690  LV10 5月28日
1659552772  LV1 2023年5月9日
那时年少_1  LV4 2020年9月4日
a1664573841 2020年6月9日
暂无贡献等级
想什么名字的好麻烦  LV1 2020年4月3日
wsk588  LV26 2019年12月26日
一念永恒  LV4 2019年12月12日
幻羽揚  LV4 2019年11月18日
梓嘉一心一意ZYPeng丶  LV5 2019年7月5日
ALDe先森  LV8 2019年2月21日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友