Home  >  Article  >  Backend Development  >  api 跟sdk 有什么区别

api 跟sdk 有什么区别

WBOY
WBOYOriginal
2016-06-13 12:02:071014browse

api 和sdk 有什么区别
api 是接口 sdk 是开发包 分不清这两个有什么区别 能详细介绍一下吗?什么时候用api 什么时候用sdk
------解决方案--------------------
在概念上,SDK是一系列文件的组合,包括lib、dll、.h、文档、示例等等;API是对程序而言的,提供用户编程时的接口,即一系列模块化的类和函数。可以认为API是包含在SDK中的。
------解决方案--------------------
如果你专指 PRC 应用,那么可以这么说
------解决方案--------------------
sdk是api的集合-------个人愚见。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn