List<Map<String, Object>> list = new ArrayList<Map<String, Object>>(); Map<String, Object> map = new HashMap<String, Object>();
map.put("title", "GO1");  //这里写成map.put("title", R.string.go);  就会出错,为什么呢
map.put("info", "google 1");
map.put("img", R.drawable.icon);