public class test3 { public static void main(String[] args) {String strInt = "1 2 3 4 D"; String[] strArray = strInt.split(" "); // 刪除空白 }}請問怎麼把String陣列轉char陣列來 ...
tw.knowledge.yahoo.com