WEB开发 之 JSP指令
<JSP directive mso-hansi-font-family:"">影响servlet 类的整体结构。它常用以下形式:
<%@ directive attribute=”value”%>
而且,您可以将多个属性写在一个语句中:
<%@ directive attribute1="value1" attribute2="value2" attributeN="valueN" %>
有两种主要的directive:
page,允许您做一些类似import classes的事,定义servlet的超