gpt4 book ai didi

angularjs - $httpBackend (angularJS) 中的 URL 参数

转载 作者:行者123 更新时间:2023-12-03 08:11:21 24 4
gpt4 key购买 nike

是否可以在 angularJS 的 $httpBackend 中接收 URL 参数?我想做类似的事情:

$httpBackend.whenGET('/api/v1/users/{userId}').respond(function (method, url, data) {
// somehow read {userId} and act differently depending on what the value is

return [200];
});

拥有这个功能真的可以很容易地创建一个相当实用的模拟 API(更容易开发前端应用程序,而不必运行整个后端)。

最佳答案

您可以传递正则表达式而不是字符串作为 URL。在回调函数中,提取userId从 URL 中,然后回答您想要的内容。

关于angularjs - $httpBackend (angularJS) 中的 URL 参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18011109/

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