字串拆分public static void main(String[] args) { String str = "I Live In The Home"; String[] ret = str.split(" "); for (String x :
確定! 回上一頁