用google的一个gson包: private Gson gson = new Gson(); String json = gson.toJson(xxx); xxx可以是List,HashMap。如果是String,格式需要自己确定