当前位置: 代码迷 >> Android >> android中获取最后安插记录的id值
  详细解决方案

android中获取最后安插记录的id值

热度:78   发布时间:2016-05-01 19:16:56.0
android中获取最后插入记录的id值

?

?

int lastid = Integer.parseInt(uri.getLastPathSegment());
  相关解决方案