日期:2014-05-16 浏览次数:20455 次
在使用android.database.Cursor时调用getString(int)方法时报错android.database.CursorIndexOutOfBoundsException: Index -1 requested, with a size of 1
解决方法:原因是应该先调用cursor.moveToFirst();。