A.%@taglib URL=“/hello”prefix=“examples”%> B.%taglib URI=“/hello”prefix=“examples”%> C.%@taglib url=“/hello”prefix=“examples”%> D.%@taglib uri=“/hello”prefix=“examples”%>
A.JSP自定義標記是用于添加新動作標記的擴展機制 B.標記庫通常被打包成.jar文件,該文件包含實現(xiàn)庫標記的Java文件 C.web.xml文件的表示類文件的位置 D.標記的屬性名在web.xml文件中描述擴展標記的用法
A.getServletContext() B.getInitParameter(Stringname) C.getFilterName() D.getInitParameterNames()