java 字串轉字元問題- Yahoo!奇摩知識+

java 字串轉字元問題- Yahoo!奇摩知識+

瀏覽:402
日期:2025-11-14
public class test3 { public static void main(String[] args) {String strInt = "1 2 3 4 D"; String[] strArray = strInt.split(" "); // 刪除空白 }}請問怎麼把String陣列轉char陣列來 ......看更多