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.
我将数据库加载到 Spinner 中。
此 Spinner 显示数据库的条目:[a][b][c]
为什么会有括号?我怎样才能正确删除它们?在这一刻,我删除它们:
spinner.replace("[",""); spinner.replace("]","");
我希望有更好的解决方案。