相关文章推荐
傲视众生的高山  ·  think-queue - 简书·  3 年前    · 
飘逸的野马  ·  Troubleshooting ...·  3 年前    · 
用户列表 主页


android 传递json数据 android 传递list

方法一: 如果单纯的传递List<String> 或者List<Integer>的话 就可以直接使用 intent.putStringArrayListExtra(name, value) intent.putIntegerArrayListExtra(name, value)方法二: 如果传递的是List<Object>,可以