标签: java android
我正在尝试从游标获取值,但是出现错误。
我尝试了两种方法,但都没有用。
cursor.getString(cursor.getColumnIndex(“ Pseudo”));
从游标获取值
String Pseudo = cursor.getString(2);