📜  Web 应用程序结构 - 任何代码示例

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

代码示例1
Almost all web application has three components:
1. Represantation layer (GUI)
2. Business logic layer (API)
3. Database layer (DB)