2012-12-27 29 views

回答

0
View view = solo.getView(...); 
if (view instanceof TextView) { 
    String text = ((TextView)view).getText(); 
} 
相關問題