string[] words = {
"i", "love", "leetcode", "apples" }; string a = ""; for (int i = 0; i < words.Length; i++) {
a += words[i]; }
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/175795.html原文链接:https://javaforall.net
String数组转String类型string words i love leetcode apples stringa for inti 0 i
string[] words = {
"i", "love", "leetcode", "apples" }; string a = ""; for (int i = 0; i < words.Length; i++) {
a += words[i]; }
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/175795.html原文链接:https://javaforall.net