gpt4 book ai didi

JavaScript 返回值 : What does <> mean?

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

我正在尝试使用 this page 中的 API .

定义如下:

vline.Promise.<vline.Collection> getMessages([Number opt_limit])

我想使用这个 API 的返回值,但是我不明白 <> 是什么意思方法。我研究过 JavaScript 语言,但找不到任何线索。

我的脚本是:

vlinesession.getPerson(userId).done(function(person) {       
person.postMessage(msg); //it works.
var log = person.getMessages(20); //how can I parse 'log'?
}

谁能给我一些关于如何使用此 API 的提示或示例?

最佳答案

这在 vline.Promise documentation page 上有解释:

In the documentation, you will frequently see functions with a return value of the form vline.Promise.<foo.Bar>. This is a short-hand way of saying that the function returns a Promise and the result provided to success callbacks on that Promise will be of type foo.Bar. We may refer to this less formally as a "promise of a foo.Bar".

关于JavaScript 返回值 : What does <> mean?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17925676/

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