美文网首页
2018-11-14 短网址转换,使用百度的短网址,不需要注册身

2018-11-14 短网址转换,使用百度的短网址,不需要注册身

作者: Albert陈凯 | 来源:发表于2018-11-14 12:07 被阅读26次

    使用百度的短网址,不需要注册身份验证既可以使用

    
            Map<String, String> map = new HashMap<String, String>();
            String key = "url";
            String value = "https://www.baidu.com";
    
            map.put(key, value);
    
            String param = "";
            try {
                param = JsonUtil.toJson(map);
    
    
            } catch (Exception e) {
                e.printStackTrace();
            }
            String url = "https://dwz.cn/admin/create";
            String sendPost = HttpUtil.sendPost(url, param);
    
            System.out.println(sendPost);
    

    相关文章

      网友评论

          本文标题:2018-11-14 短网址转换,使用百度的短网址,不需要注册身

          本文链接:https://www.haomeiwen.com/subject/jkgdfqtx.html