data callback 数据回调
In addition, each takes a callback that handles the returned data from the request.
另外,每个方法都接受一个处理从请求返回的数据的回调。
You can pass an optional data object and callback function if you need them.
如果需要的话,您还可以传递一个可选的数据对象和回调函数。
Within the callback function, the returned data can be processed.
在该回调函数内,可能处理返回的数据。
应用推荐