• 2022-06-12
    关于javascript中的比较运算符,下列表达式正确的是( )
    A: 6<=5 运算结果为 true
    B: 3!=4运算结果为false
    C: 4==7运算结果为false
    D: 10==“10”运算结果为true