关于JavaServer专业英语的翻译

来源:百度知道 编辑:UC知道 时间:2024/07/03 05:01:41
请各位英语大虾帮忙翻译一段专业英语:

MVC was designed to provide flexibility. In many cases, the view is the component that is swapped out. For example, using the same underlying model, it's possible to use several views to interact with different clients—or even one client. If you've used Swing, you've seen MVC in action. You can change out the look and feel dynamically.

MVC模型是为了提高代码的弹性而设计的。一般情况下,它借助视图(the view)层组件来与模型外部进行交互。例如:在相同的MVC模型下,你只需要修改视图层代码就能与不同的客户端(client)打交道--哪怕只有一个客户端。如果你使用过 Swing 技术,那么你已经接触到了MVC模型:它可以让你动态地改变视觉效果。