A.標記的子標記 B.如果有aa.jsp代碼:,則在next.jsp中可以使用request.getParameter(“name”);把屬性name的值取出來 C.如果有aa.jsp代碼:,則在next.jsp中可以使用request.geAttribute(“name”);把屬性name的值取出來 D.如果<jsp:param>標記不放在<jsp:forward>標記內(nèi),也就是不作為<jsp:forward>的子標記,則使用瀏覽器查看時會顯示錯誤頁面
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文件中描述擴展標記的用法