在CSS中,设置让超级链接没有下划线的选项是_________。
A、a{decoration:nounderline}
B、a{text-decoration:none}
C、a{underline:none}
D、a{text-decoration:nounderline}
当一个Servlet首次被请求的时候,服务器首先会调用()方法
A、doGet
B、doPost
C、doInit
D、init
A、#0000FF
B、0000FF
C、#FF0000
D、FF0000
在JavaScript中,增加单行注释的选项是_________。
A、//Thisisacomment
B、'Thisisacomment
C、
D、--Thisisacomment
下面哪些对象可以在同一应用程序的不同网页间共享数据。()
A、application
B、response
C、Request
D、session