在CSS中,设置让超级链接没有下划线的选项是_________。
A、a{decoration:nounderline}
B、a{text-decoration:none}
C、a{underline:none}
D、a{text-decoration:nounderline}
A、request对象的getAttribute()方法
B、request对象的getParameter()方法
C、session对象的getAttribute()方法
D、session对象的getParameter()方法
A、数据库文件
B、共享文件
C、代码文件
D、主题文件
获得与数字7.25相距最近的整数的JavaScript语句是________。
A、round(725)
B、rnd(725)
C、Mathround(725)
D、Mathrnd(725)
假设在helloapp应用中有一个HelloServlet类,它位于org.javathinker包下,那么这个类的class文件应该放在()目录下
A、helloapp/HelloServletclass
B、helloapp/WEB-INF/HelloServletclass
C、helloapp/WEB-INF/classes/HelloServletclass
D、helloapp/WEB-INF/classes/org/javathinker/HelloServletclass