gpt4 book ai didi

angularjs - 通过http get发送变量

转载 作者:太空宇宙 更新时间:2023-11-03 23:02:14 25 4
gpt4 key购买 nike

我在通过 http.get 发送变量时遇到问题,有人可以纠正我吗?

$http.get("/product/products", { 'quantity': 5 }).then(function (resp) {
$scope.products = resp.data;
})

非常感谢

最佳答案

您应该将其作为配置对象的 params 属性发送。

$http.get("/product/products", { params: { 'quantity': 5 }})

关于angularjs - 通过http get发送变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44783672/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com