C# .net 中的 api 示例
- C# .Net 中的 API 是什么?
- 我怎样才能创建它?
- 您能否向我推荐一些与此相关的有用链接。 我搜索了 Google.com 以获取示例,但是:(
谢谢。
- What is an API in C# .Net?
- How can I create it?
- Could you please suggest me some useful links regarding the same.
I searched Google.com to get examples, but :(
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
API 代表应用程序编程接口。
您本身不需要创建 API。 API 是一种以编程方式访问某些内容(例如库)的方法,因此您首先需要拥有想要授予访问权限的内容。
API stands for Application Programming Interface.
You do no create an API by itself. An API is a way to give programmatic access something (like a library), so you first need to have something that you want to give access to.