自定义的分隔字符串函数 例如: 1,2,3 =>[1,2,3] 3个元素 ,2,3=>[,2,3] 3个元素 ,2,3,=>[,2,3,] 4个元素 ,,,=>[,,,] 4个元素 5.22算法修改,为提高速度不用正则表达式 两个间隔符,,返回""元素 @param split 分割字符 默认, @param src 输入字符串 @return 分隔后的list
(String split, String src)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected