java的map转json字符串时间:2025-02-21 16:52:49Map<String,String> paramMap = new HashMap<>(); JSONObject object = new JSONObject(map); String json = ();