例如:
public class Test { public static void main(String args[]) { String Str = new String("https://www.cjavapy.com"); System.out.println( Str.toCharArray() ); } }
1、定义和用法
将此字符串转换为一个新的字符数组。
2、调用语法
char[] toCharArray()
3、返回值
字符数组。
例如:
public class Test { public static void main(String args[]) { String Str = new String("https://www.cjavapy.com"); System.out.println( Str.toCharArray() ); } }
将此字符串转换为一个新的字符数组。
char[] toCharArray()
字符数组。