“得到”和“得到”有区别吗?物品并“获取”一个项目?
什么时候调用类方法 fetchItems()
而不是 getItems()
?有区别吗?
fetchImage()
与 getImage()
等...
When would a class method be called fetchItems()
rather than getItems()
? Is there a difference?
fetchImage()
vs getImage()
etc...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“获取”通常被认为是本地操作,只不过涉及到内存。 “获取”可能涉及通过网络到达远程服务器以访问资源。
"Get" is usually considered a local action and involves little more than poking at memory. "Fetch" may involve reaching across the network to a remote server to access the resource.