摘要: 碰到了android无法识别string的问题Cursor cursor = db.query(true, "user", new String[]{"id","mode","checked"}, "id=?", new String[]{"1"}, null, null, "1,2", null); cursor.moveToNext(); String mode = cursor.getString(cursor.getColumnIndex(&quo 阅读全文
posted @ 2013-11-19 17:54 LarryLawrence 阅读(354) 评论(0) 推荐(0)