String.substring vs String[].split

前端 未结 5 1924
醉梦人生
醉梦人生 2021-01-17 09:24

I have a comma delaminated string that when calling String.split(\",\") it returns an array size of about 60. In a specific use case I only need to get the valu

5条回答
提交回复
热议问题