2016-10-03 123 views

回答

0
@Override 
    public View getChildView(int groupPosition, int childPosition, 
      boolean isLastChild, View convertView, ViewGroup parent) { 
TextView tv = (TextView)v.findViewById(R.id.xxx); 
String mChildValue = tv.getText().toString(); 

}