多项选择题
A.要想在JSP页面中使用JSTL,首先需要安装JSTLB.安装JSTL时需导入jstl.jar和standard.jar这两个JAR包C.在JSP页面需使用taglib指令导入Core标签库D.taglib指令导入Core标签库的URI为http://java.sun.com/jsp/jstl/core
A.获取customer对象B.获取customer对象的name属性C.获取的customer对象一定在四大域中存在getCustomer()方法D.获取name属性,是因为customer对象中存在相应的getName()方法
A.<c:forEach>除了支持数组之外,还有标准J2SE的集合类型B.假若有begin属性时,begin必须大于等于0C.假若有end属性时,必须大于beginD.假若有step属性时,step必须大于等于0