class T {
public static void main(String args[]) {
String num[] = new String[];
String sLine = ||//|周润英||||||||;
num = sLinesplit(\\|);
int row = ;
for (String s : num) {
Systemoutprintln(row+++=+s);
}
}
}
class T {
public static void main(String args[]) {
String num[] = new String[];
String sLine = ||//|周润英||||||||;
num = sLinesplit(\\|);
int row = ;
for (String s : num) {
Systemoutprintln(row+++=+s);
}
}
}
最有有三个|||运行结果为
=
=
=//
=周润英
=
=
=
=
=
最有有三个|||运行结果为
=
=
=//
=周润英
=
=
=
=
=
public String[] split(String regex int limit);
public String[] split(String regex int limit); limit 参数控制应用模式的次数从而影响结果数组的长度 如果限制 n 大于零那么模式至多应用 n> 次数组的长度不大于 n并且数组的最后条目将包含除最后的匹配定界符之外的所有输入 如果 n 非正那么将应用模式的次数不受限制并且数组可以为任意长度 如果 n 为零那么应用模式的次数不受限制数组可以为任意长度并且将丢弃尾部空字符串
class T {
public static void main(String args[]) {
String num[] = new String[];
String sLine = ||//|周润英||||||||;
num = sLinesplit(\\|); // 这里使用作为参数
int row = ;
for (String s : num) {
Systemoutprintln(row+++=+s);
}
}
}
class T {
public static void main(String args[]) {
String num[] = new String[];
String sLine = ||//|周润英||||||||;
num = sLinesplit(\\|); // 这里使用作为参数
int row = ;
for (String s : num) {
Systemoutprintln(row+++=+s);
}
}
}
运行结果为
=
=
=//
=周润英
=
=
=
=
=
=
=
=
运行结果为
=
=
=//
=周润英
=
=
=
=
=
=
=
=
转?tid=