Map<String,String> map = new HashMap<String,String>();
        map.put("url", "&response_type=code&scope=snsapi_base&state=2#wechat_redirect");
        
        Gson gson = new GsonBuilder().disableHtmlEscaping().create();
        
        System.out.println(gson.toJson(map));

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-01
  • 2022-02-24
  • 2022-12-23
相关资源
相似解决方案