1.List<String>转JsonString: List<String> strList = new ArrayList<>(); 法1:String str = JSONObject.toJSON...