JSON字符串 拼接与解析 常用方式: json字符串拼接(目前使用过两种方式): 1.运用StringBuilder拼接 StringBuilder json = new StringBuilder(); json.appen … 继续阅读 JSON字符串 拼接与解析