📜  什么是框架 - 任何代码示例

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

代码示例1
Frameworks are there to provide a boilerplate or base wire frame to 
build applications on.

Frameworks are generally more application specific.
eg: Python can be used to do anything computing. 
But Django framework on python is used to build web-apps and web services.