首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

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

2012-07-28 
android中获取最后插入记录的id值??int lastid Integer.parseInt(uri.getLastPathSegment())

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

?

?

int lastid = Integer.parseInt(uri.getLastPathSegment());

热点排行