如果split最后一个为空,则要这么写

String[] lines=line.split(",",-1);

  

相关文章: