一、转换方法
String类提供了toCharArray()方法用于将字符串转换为字符串数组,其原型如下:
char[] java.lang.String.toCharArray()
二、测试程序
public class Main {
public static void main(String[] args) {
String source = "Hello,world!";
char[] arr = null;
arr = source.toCharArray();
for(int i=0; iSystem.out.print(arr[i]);
}
}
}
三、运行测试:
Hello,world!
第一种
String str ="sdsadw";
char[] cARR=cARR[str.length];
for(int i = 0; i < str.length ; i++ )
cARR[i]=str.charAt(i);
第二种
package com.xuz.csdn.worldcup.day22;
import java.util.HashMap;
import java.util.Map;
public class HelloWorldCountTest {
public static void main(String[] args) {
String hello = "helloworld!";
Mapmap = new HashMap ();
char[] ch = hello.toCharArray();
for (char c : ch) {
Integer i = map.get(c);
if (i == null) {
map.put(c, 1);
} else {
map.put(c, i.intValue() + 1);
}
}
System.out.println(map);
}
}
不难。
获取到字符串的长度作为数组的长度,然后通过获取字符串某个位置的字符的方法,把获取到的字符存入数组里。用循环跑一下这个流程,就行了。