• 2022-06-10
    SpringMVC的数据响应回写数据主要包括?
    A: 直接返回字符串
    B: 返回对象或集合
    C: 通过ModelAndView对象返回
    D: response
  • A,B

    内容

    • 0

      关于document对象的常用方法,以下说法错误的有( )。 A: getElementById( ) 返回拥有指定id的第一个对象的引用 B: getElementById( ) 返回拥有指定id的对象的集合 C: getElementsByName( ) 返回拥有指定名称的对象的集合 D: write( ) 向文档写文本,HTML表达式或javascript代码

    • 1

      使用String对象的indexOf()方法查找字符串”helloworld”中是否包含G,下列语句描述正确的是()。 A: 字符串"helloworld"中不包含G字符,indexOf返回0 B: 字符串"helloworld"中不包含G字符,indexOf返回null C: 字符串"helloworld"中不包含G字符,indexOf返回-1 D: 字符串"helloworld"中不包含G字符,indexOf返回1

    • 2

      SpringMvc集成Ajax时,SpringMvc默认使用( )处理并返回json数据的。 <br/>______

    • 3

      使用String对象的indexOf()方法查找字符串”helloworld”中是否包含G,下列语句描述正确的是()。 A: A字符串"helloworld"中不包含G字符,indexOf返回0 B: B字符串"helloworld"中不包含G字符,indexOf返回null C: C字符串"helloworld"中不包含G字符,indexOf返回-1 D: D字符串"helloworld"中不包含G字符,indexOf返回1

    • 4

      通过调用Exception对象的___方法,可以返回异常信息字符串