亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

通過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

麻城市| 井冈山市| 辽阳县| 宣汉县| 高州市| 凤庆县| 永清县| 金门县| 新建县| 双柏县| 偃师市| 安新县| 枝江市| 临高县| 谢通门县| 桂阳县| 黄骅市| 浠水县| 甘德县| 香河县| 漾濞| 棋牌| 鄂托克前旗| 苏尼特右旗| 巴里| 土默特左旗| 峡江县| 云浮市| 涡阳县| 彰武县| 南华县| 盐亭县| 黑龙江省| 石柱| 庆城县| 天峻县| 咸丰县| 城市| 崇州市| 长武县| 古浪县|