Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从列表 Activity 中获取多个选定项目。现在如何设置该字符串数组来编辑文本。我想在 edittext 中显示多个值
尝试这个
for(int i=0;i<strarray.length;i++) { youredittext.append(strarray[i]+"\n"); }