public void showDbUpdata(){ mContext = MainActivity.this; myDBHelper = new DbOpenHelper(mContext, "note.db", null, 1); TextView note_main_content = (TextView) findViewById(R.id.content_main_textView_1); mydb = myDBHelper.getWritableDatabase(); mydbcontent = new StringBuilder(); Cursor cursor = mydb.query("note", null, null, null, null, null, null); //int columnsSize = cursor.getColumnCount();获取长度 List