在JavaScript中,增加单行注释的选项是_________。
A、//Thisisacomment
B、'Thisisacomment
C、
D、--Thisisacomment
A、struct
B、enum
C、const
D、ushort
在WEB应用程序的目录结构中,在WEB-INF文件夹中的lib目录是放()文件的。
A、jsp文件
B、class文件
C、jar文件
D、webxml文件
在CSS中,设置让超级链接没有下划线的选项是_________。
A、a{decoration:nounderline}
B、a{text-decoration:none}
C、a{underline:none}
D、a{text-decoration:nounderline}