多项选择题
下列有关URL重写说法,哪些是正确?()
A.可以实现会话跟踪技术
B.URL重写就是在客户端URL地址后加一串参数来标识会话
C.使用URL重写时,URL地址后面只能跟一个参数
D.使用URL重写时,URL地址后面能跟多个参数
E.使用URL重写时,URL地址后面以“?”作为标识符
点击查看答案&解析
相关考题
-
单项选择题
负责管理“脚本程序的运行环境”是JSP的内置对象()。
A.page
B.session
C.request
D.application -
单项选择题
以下()是错误的JSP页面的表达方式。
A.〈%! int a; %〉
B.〈%= "Hello" %〉
C.〈%= "world"; %〉
D.〈% out.println("jsp"); %〉 -
单项选择题
某JSP页面包含以下脚本,〈%! int count=100;%〉〈% int count=0;%〉The page is referenced by〈%=++count%〉times则第一次访问该网页时,()显示的结果是对的?
A.The page is referenced by 0 times
B.The page is referenced by 1 times
C.The page is referenced by 100 times
D.The page is referenced by 101 times
