在a.jsp中有代码片断如下:在b.jsp中加入下列()代码,可以输出在a.jsp页面上输入的loginName的值
A、
B、
C、
D、
设在表单中有一组复选钮标记,如下列代码:如果在register.jsp是取city的值,最适合的方法为()。
A、Stringcity=requestgetParameter(“city”);
B、String[]cities=requestgetParameter(“city”);
C、String[]cities=requestgetParameterValues(“city”);
D、Stringcity=requestgetAttribute(“city”);
A、Request
B、Response
C、Application
D、Server
A、Input
B、AdRotator
C、Calender
D、Wizard
CSS这个缩写名词所代表的具体含义是________。
A、CascadingStyleSheets
B、CreativeStyleSheets
C、ComputerStyleSheets
D、ColorfulStyleSheets