如何迭代String数组?

时间:2017-04-14 15:03:26

标签: java android arrays string

当我在textview中执行setText时,它只显示数组的前三行,我需要一种方法来做result = result + xx.split(" \ n");但是在字符串数组中,你不可能教我其他方法吗?

String xx="";
String result[] = {};

for(int i=0;i<row;i++) {
    for(int c=0;c<col;c++) {
        Cell z=s.getCell(c,i);
        //Need an alternative to this because cannot do this in string array
        result = result+ xx.split("\n");
    }
}     
textview.setText(resultado[0]+"--"+resultado[1]+"--"+resultado[2]);

1 个答案:

答案 0 :(得分:1)

您需要更具体地了解您要实现的目标,但这是对数组的基本迭代。

a class="btn btn-primary btn-lg" style="text-decoration: none;" href="<?php echo $link ?>" target="_blank" >DEPOSIT </a>