使用字串陣列時,只需要在最後加上 [index] 即可存取字串中的元素 string str[3]={"Jack" , "Colten" , "Suifeng"} ; cout << str[2] << '\n' ; //Output:Suifeng ...
確定! 回上一頁