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.
我正在尝试从编辑文本输入布局中获取文本,并在单击下一个编辑文本下拉按钮时在列表视图中显示文本。像这样
Edittext.getText.ToString()会给你输入的文本editText。
Edittext.getText.ToString()
editText
对于下拉菜单,您应该使用 Spinner。