Giventheelementfromthewebapplicationdeploymentdescriptor:jsp-property-groupurl-pattern/main/page1.jsp/url-patternscripting-invalidtrue/scripting-invalid/jsp-property-groupandgiventhat/main/page1.jspcontains:%inti=12;%b%=i%/bWhatistheresult?()A.b/bB.b12/bC.TheJSPfailstoexecute.D.%inti=12%b%=i%/b
Giventheelementfromthewebapplicationdeploymentdescriptor:<jsp-property-group><url-pattern>/main/page1.jsp</url-pattern><scripting-invalid>true</scripting-invalid></jsp-property-group>andgiventhat/main/page1.jspcontains:<%inti=12;%><b><%=i%></b>Whatistheresult?()
A.<b></b>
B.<b>12</b>
C.TheJSPfailstoexecute.
D.<%inti=12%><b><%=i%></b>
相关考题:
以下哪个资源定位器的写法是正确是?()A.http://www.wls.com/lt/lt.htmB.http:||www.wls.com/lt/lt.htmC.http://www.wls.com\lt\lt.htmD.http:||www.wls.com\lt\lt.htm
若有运算符:>;、一、<;<;、%、sizeof,则它们按优先级(由高至低)的正确排列顺序为( )。A.%、sizeof、>;、<;<;、=B.sizeof、%、>;、一、<;<;C.sizeof、<;<;、>;、%、=D.sizeof、%、<;<;、>;、=
已知lt=[1,2,3],下面表达式能够修改lt为[1,2,3,4]的是A.lt+=4B.lt.append(4)C.lt.insert(3,4)D.lt.insert(-1,4)