cursor.moveToFirst(); while (!cursor.isAfterLast()) { String _id = cursor.getString(0); String name = cursor.getString(1); String amount = cursor.
確定! 回上一頁