📜  api 含义 - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:37.600000             🧑  作者: Mango

代码示例5
An application program interface (API) is a set of routines, protocols, and
tools for building software applications.

Basically, an API specifies how software components should interact.
Additionally, APIs are used when programming graphical user interface (GUI)
components.

A good API makes it easier to develop a program by providing all the
building blocks. A programmer then puts the blocks together.