2011-06-15 71 views

回答

3
ArrayList<String> arryList = new ArrayList<String>(); 
arryList.add(editText.getText().toString()); 

這應該幫助..

+0

我試了一下,,但值不會得到。 – Felix 2011-06-15 14:03:39

+0

然後你必須做一些錯誤的事情得到editText的實例..檢查看editText是否存在空..檢查在調試模式下.. – ngesh 2011-06-15 14:08:54

+0

ArrayList arryList = new ArrayList (); \t arryList.add(f1.getText()。toString()); String ftname = f1.getText()。toString(); – Felix 2011-06-16 05:09:01

相關問題