同样地,如果您需要更新特定页面的外观,可以使用视图,而不用与控制器打交道。
Similarly, if you need to update the look and feel of a certain page, you work with the views.
控制器会对请求进行考查,并提取出视图的ID,这是由jsp页面的名字来确定的。
The controller examines the request and extracts the view ID, which is determined by the name of the JSP page.
在你导向另外一个页面的时候,就把视图控制器放到视图控制器堆栈中。
When you want to go to another page, you push your view Controller (and associated view) onto the view Controller stack.
在传统的Web应用程序开发中,采用页面模板系统把视图生成与控制器逻辑和模型数据干净地分离。
In traditional Web application development, page templating systems are used to cleanly separate view generation from controller logic and model data.
在传统的Web应用程序开发中,采用页面模板系统把视图生成与控制器逻辑和模型数据干净地分离。
In traditional Web application development, page templating systems are used to cleanly separate view generation from controller logic and model data.
应用推荐