发布网友 发布时间:2022-04-22 06:53
我来回答
共1个回答
热心网友 时间:2022-06-16 23:55
String里有一个将字符串转换为字符数组的方法,Stringstr=newString("abc");char[]ca=str.toCharArray();