多选题在J2EE中,对于以下的include指令和include动作,书写正确的是()Ajsp:include page=http://localhost:/8080/my.jsp/B%@ include file=http://localhost:/8080/my.jsp/Cjsp:include file=http://localhost:/8080/my.jsp/D%@ include page=http://localhost:/8080/my.jsp/
多选题
在J2EE中,对于以下的include指令和include动作,书写正确的是()
A
<jsp:include page=http://localhost:/8080/my.jsp/>
B
<%@ include file=http://localhost:/8080/my.jsp/>
C
<jsp:include file=http://localhost:/8080/my.jsp/>
D
<%@ include page=http://localhost:/8080/my.jsp/>
参考解析
解析:
暂无解析
相关考题:
在J2EE中,对于动作的描述,正确的是()。 A.当前执行JSP执行活动停止,并且清楚缓冲区,把请求传递到URL上B.相当于include动作,把请求传递到URL上C.当前执行活动停止,并且清楚缓冲区,重定向URL到上,但又把请求传递到URL上D.相当于include指令
在J2EE中,对于以下的include指令和include动作,书写正确的是() A.jsp:includepage=http://localhost:/8080/my.jsp/B.%@includefile=http://localhost:/8080/my.jsp/C.jsp:includefile=http://localhost:/8080/my.jsp/D.%@includepage=http://localhost:/8080/my.jsp/
以下四个程序中,完全正确的是( )。A.includeB.include main(); main() {/*pr 以下四个程序中,完全正确的是( )。A.#include<stdio.h>B.#include<stdio.h> main(); main() {/*programming*/ {/*/programming/*/ printf("programming!\n");} printf("programming!\n");}C.#include<stdio.h>D.include<stdio.h> main() main() {/*/*programming*/*/ {/*programming*/ printf("programming!\n");} printf("programming!\n");}
下列说法中正确的是( )A、include指令通知容器将当前的JSP页面中内嵌的、在指定位置上的资源内容包含B、include指令中file属性指定要包含的文件名C、include指令只允许你包含动态页面D、Taglib指令允许页面使用者自定义标签
以下四个程序中,完全正确的是______。A.include main(); {/*programming* 以下四个程序中,完全正确的是______。A.#include <stdio.h> main(); {/*programming*/ printf("programming!\n");}B.#inc lude<stdio.h> main() {/*/programming/*/ printf("programming!\n");}C.#include <stdio.h> main() {/*programming*/ printf("programming!\n");}D.include<stdio.h> main() {/*/*programming*/*/ printf("programming!\n");}
在下列# include命令中,正确的一条是 ( )A.# include [string.h]B.# include {math.h}C.# include(stdio.h)D.# include<stdio.h>
在J2EE中,对于动作的描述,正确的是()。 A、 当前JSP执行活动停止,并且清除缓冲区,把请求传递到URL上B、 相当于include动作,把请求传递到URL上C、 当前JSP执行活动停止,并且清除缓冲区,重定向到URL上,但不把请求传递到URL上D、 相当于include指令
在J2EE中,对于以下的include指令和include动作,书写正确的是() A、jsp:include page=http://localhost:/8080/my.jsp/ B、%@ include file=http://localhost:/8080/my.jsp/C、jsp:include file=http://localhost:/8080/my.jsp/ D、%@ include page=http://localhost:/8080/my.jsp/
JSP的编译指令标记通常是指()。A、Page指令、Include指令和Taglib指令B、Page指令、Include指令和Plugin指令C、Forward指令、Include指令和Taglib指令D、Page指令、Param指令和Taglib指令
单选题在J2EE中,对于动作的描述,正确的是()。A当前执行JSP执行活动停止,并且清楚缓冲区,把请求传递到URL上B相当于include动作,把请求传递到URL上C当前执行活动停止,并且清楚缓冲区,重定向URL到上,但又把请求传递到URL上D相当于include指令
单选题下面关于#import和#include的描述正确的是()A#import是#include的替代指令,防止重复引用B#import和#include不可以混合使用C#import只用于引用Objective-C的文件,#include只用于引用C和C++的文件D#import和#include的使用效果完全相同
多选题在J2EE中,对于以下的include指令和include动作,书写正确的是()Ajsp:include page=http://localhost:/8080/my.jsp/B%@ include file=http://localhost:/8080/my.jsp/Cjsp:include file=http://localhost:/8080/my.jsp/D%@ include page=http://localhost:/8080/my.jsp/
判断题JSP中包括2种指令:page指令和include指令。A对B错