gpt4 book ai didi

javascript - Angularjs ngResource '@id'

转载 作者:搜寻专家 更新时间:2023-11-01 05:24:23 24 4
gpt4 key购买 nike

我有一个简短的问题。在 Angular js 中,“@id”来自 Rails 应用程序的以下代码片段中的哪里(比如哪个对象)?

var User = $resource("/users/:id", {id: '@id'});

我知道它设置了默认 ID。

谢谢

最佳答案

来自 AngularJs documentation :

"If the parameter value is prefixed with @ then the value of that parameter is extracted from the data object (useful for non-GET operations)."

这意味着当调用非 GET 操作(如 POST)时,您可以将 id 作为调用中包含的数据对象的字段之一传递。

关于javascript - Angularjs ngResource '@id',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15059764/

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