为什么每插入关键帧就要修改数字()
A. 关键帧是动画关键点,不同内容才能进行变化
B. 跟着操作,不是很懂
C. 可以一直不修改数字
新建一个index.jsp页面(位于test项目WebContent目录下的jsp文件夹),然后将test项目发布到Tomcat中并启动项目,请问在浏览器上输入下列哪个地址可以正常访问index.jsp页面( )(在本机上并使用默认端口号)
A. http://localhost/test/index.jsp
B. http://localhost:8080/test/WebContent/jsp/index.jsp
C. http://localhost:8080/test/jsp/index.jsp
D. http://localhost:8080/test /index.jsp
下列选项中,哪个是JSP的本质?
A. Html
B. JS
CSS
D. Servlet
以下通过JSP的include指令来引入其他JSP页面方式正确的是()
A. <%@include file="head.jsp"%>
B. <% @include file="head.jsp"%>
C. <%@ include file="head.jsp"%>
D. < %@include file="head.jsp"% >