单项选择题
A.<%=%>B.<%%>C.<%!%>D.<%@%>
设置页面属性哪个属性值为true时可以在当前页使用exception内置对象?()A.languageB.im...
单项选择题设置页面属性哪个属性值为true时可以在当前页使用exception内置对象?()
A.languageB.importC.errorPageD.isErrorPage
在JSP页面中写上语句out.println(“你好!”);其结果是()。A.显示“你好!”不换行B.显示这条...
单项选择题在JSP页面中写上语句out.println(“你好!”);其结果是()。
A.显示“你好!”不换行B.显示这条语句C.显示“你好!”并换行D.报错
Servlet生命周期中哪个方法是进行初始化的方法?()A.init()B.destroy()C.doGet(...
单项选择题Servlet生命周期中哪个方法是进行初始化的方法?()
A.init()B.destroy()C.doGet()D.doPost()