怎么将map转换成string
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了怎么将map转换成string相关的知识,希望对你有一定的参考价值。
参考技术A List aList = new ArrayList(); Map map = new HashMap(); map.put("a",2); aList.add(map); //修改 ((Map)aList.get(0)).put("a",3);//修改值 adapter.notifyDataSetChanged();//刷新列表本回答被提问者采纳以上是关于怎么将map转换成string的主要内容,如果未能解决你的问题,请参考以下文章