• 2022-06-07
    下列选项中,subscribe函数接收的参数包括()。
    A: actions
    B: getters
    C: mutation
    D: state
  • C,D

    内容

    • 0

      关于lambda 函数,以下选项描述错误的是_____ ( ) A: lambda 函数也称为匿名函数,定义了能够在一行内表示的函数 B: lambda函数将函数名作为函数结果返回 C: lambda函数可以接收任意多个参数 (包括可选参数) 并且返回单个表达式的值。 D: lambda匿名函数的格式中冒号前的参数只能是一个

    • 1

      How can we make we make an effctive complaint? A: describe the purchase or service B: state the problem C: state the results of this problem D: state actions you want them to take E: state your sincere thanks for their reply

    • 2

      下列选项中,不能作为filter函数参数的是( )

    • 3

      关于reducer说法正确的是()。 A: 可以修改传入的参数 B: reducer就是一个纯函数,接收当前的state和action,返回新的state C: 执行有副作用的操作,如API请求和路由跳转 D: 调用非纯函数,如Date.now() 或 Math.random()

    • 4

      关于strcmp()函数,下列描述中错误的是() A: A、strcmp()函数用于比较两个字符串的内容是否相等 B: B、如果两个字符串的内容相同,strcmp()返回0 C: C、strcmp()函数是可变参数的函数 D: D、函数strcmp()只能接收字符指针作为参数,并不接收单个字符