码迷,mamicode.com
首页 > 编程语言 > 详细

利用split对一个字符串按逗号“”,“”分割成数组

时间:2019-12-19 16:17:02      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:att   字符串   split   逗号   string   array   _id   attach   dsa   

Stirng attach_id = "a,da,dsa,rew,rew,dsa";

String[] arr=new String(attach_id).split("[\\,]"); //用split对一个字符串按逗号分割成数组
String str = Arrays.toString(arr);    //str数组


利用split对一个字符串按逗号“”,“”分割成数组

标签:att   字符串   split   逗号   string   array   _id   attach   dsa   

原文地址:https://www.cnblogs.com/Darkqueen/p/12068115.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!