中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

通過springboot寫post請求

發布時間:2020-07-23 12:03:30 來源:網絡 閱讀:4503 作者:知止內明 欄目:web開發

使用工具類

     <dependency>
            <groupId>cn.hutool</groupId>
            <artifactId>hutool-all</artifactId>
            <version>4.3.2</version>
        </dependency>

編寫請求類

@Controller
public class UploadController {

    @RequestMapping("/{page}")
    public String showPage(@PathVariable String page) {
        return page;
    }

    @GetMapping("/posthttp")
    public String postparam(String param,Model model) {
        if (param.equals("")) {
            Person single = new Person("aa", 11);
            model.addAttribute("singlePerson", single);
            model.addAttribute("postcontent", "URL沒有數據");
            return "person";
        } else {
            Person single = new Person("aa", 11);
            model.addAttribute("singlePerson", single);
//        System.out.println("這是提交的參數:"+param);
            HttpRequest httpRequest = HttpRequest.get(param);
            HttpResponse execute = httpRequest.execute();
//        System.out.println("這是結果"+execute.body());
            model.addAttribute("postcontent", execute.toString());
            return "person";
        }

響應

通過springboot寫post請求

通過springboot寫post請求

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

平利县| 平遥县| 长寿区| 松滋市| 临桂县| 苏尼特左旗| 潼南县| 堆龙德庆县| 家居| 兴业县| 阿巴嘎旗| 海南省| 新疆| 江津市| 徐水县| 屯昌县| 栾川县| 宁陕县| 镇坪县| 仁怀市| 兰州市| 喀喇沁旗| 南丰县| 太白县| 谷城县| 普安县| 台南市| 彭水| 安义县| 个旧市| 仁化县| 新民市| 定结县| 清丰县| 疏附县| 邹城市| 东阳市| 灵川县| 湟中县| 方正县| 虹口区|