您现在的位置:在线题库 >> 计算机类 >> JSP网页编程
  • ID:9373-2273
    在网页中插入图像时,最基本的两个属性是

  • 相关试题查看更多

  • ID:9373-21130

    Servlet能正确获取session的语句是(    )  

    a)HttpSession session = request.getSession(true);

    b)HttpSession session = request.getHttpSession(true);

    c)HttpSession session = response.getSession(true);

    d)HttpSession session = response. getHttpSession (true);

    查看解析

  • ID:9373-21119

    下列可以正确获取当前Web程序物理路径的方法为_______

     A. request.getRealPath(“/”)    B. request.getFile(“/”)
     C. response.getRealPath(“/”)   D. response.getFile(“/”)

    查看解析

  • ID:9373-21083

    使用JavaScript语言中Document_   __方法可以在页面上输出字符。

    A. document.write()    B.document.print()
    C. document.out()        D.document.flush()

    查看解析

  • ID:9373-21105

    JSP中,要定义一个方法,需要用到以下(    )元素。

    a)  <%=  %>                   b)  <%   %>

    c)  <%!  %>                   d)  <%@  %>

    查看解析

  • ID:9373-21035

    下面哪个不是jsp:setProperty操作的属性(   )。
    Aname     B.param     C.property      D.scope

    查看解析