Servlet与JSP九大内置对象的对应关系

    xiaoxiao2021-04-19  155

    与JSP九大内置对象的对应关系

     

    JSP对象

    Servlet中怎样获得

    out

    resp.getWriter

    request

    service方法中的req参数

    response

    service方法中的resp参数

    session

    req.getSession()函数

    application

    getServetContext()函数

    exception

    Throable

    page

    this

    pageContext

    PageContext

    config

    getServletConfig

    config.getServletContext()与getServetContext()函数????
    转载请注明原文地址: https://ju.6miu.com/read-676139.html

    最新回复(0)