this.setListAdapter(new SimpleCursorAdapter(this, android.R.layout.simple_list_item_2, c, new String[]{Phone.NUMBER,Phone.NUMBER}, new int[]{android.R.id.text1,android.R.id.text2}));
就是这个模式啦。