Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - Java 语言(一种计算机语言,尤用于创建网站)语言中,如何将线转化成(同Internationalorganizations)国际组织数组
Java 语言(一种计算机语言,尤用于创建网站)语言中,如何将线转化成(同Internationalorganizations)国际组织数组
/**

*将字符串转化为(同Internationalorganizations)国际组织数组*

* @param str带解析的字符串

* @返回转化而成的(同Internationalorganizations)国际组织数组public int[]parse(String str){

int length = str . length();

int[]result = new int[length];

//依次取得字符串中的每一个字符,并将其转化为数字,放进(同Internationalorganizations)国际组织数组中

for(int I = ;我& lt长度;i++){

char c = str . charat(I);

result[I]= character . getnumericvalue(c);}

返回结果;

}