• 2022-06-05 问题

    ​如果要获取本机的网络IP地址,可使用( )方法。‌ A: getHost() B: getLocalHost() C: getPort() D: getProtocol()

    ​如果要获取本机的网络IP地址,可使用( )方法。‌ A: getHost() B: getLocalHost() C: getPort() D: getProtocol()

  • 2022-07-22 问题

    调用URL类对象的哪个方法可以获得URL地址对应的主机名?() A: getHost B: getProtocol C: getPort D: getPath

    调用URL类对象的哪个方法可以获得URL地址对应的主机名?() A: getHost B: getProtocol C: getPort D: getPath

  • 2022-06-06 问题

    Servlet可通过由容器传递来的HttpServletRequest对象的()方法来获取客户请求的输入参数。 A: getParameter B: getProtocol C: getContentType D: getAttribute

    Servlet可通过由容器传递来的HttpServletRequest对象的()方法来获取客户请求的输入参数。 A: getParameter B: getProtocol C: getContentType D: getAttribute

  • 2022-06-06 问题

    ‎servlet 可通过由容器传递来的HttpServletRequest 对象的_____方法来获取客户请求的输入参数。‍ A: getParameter B: getProtocol C: getContentType D: getAttribute

    ‎servlet 可通过由容器传递来的HttpServletRequest 对象的_____方法来获取客户请求的输入参数。‍ A: getParameter B: getProtocol C: getContentType D: getAttribute

  • 2022-06-06 问题

    【单选题】在HttpServletRequest接口中用于获取请求行中参数部分(?号后面的内容)的方法是( ) A: getMethod() B: getRequestURI() C: getQueryString() D: getProtocol()

    【单选题】在HttpServletRequest接口中用于获取请求行中参数部分(?号后面的内容)的方法是( ) A: getMethod() B: getRequestURI() C: getQueryString() D: getProtocol()

  • 1