收藏
回答

如何判断字符串相等使用== ?

如何判断字符串相等使用== ?

回答关注问题邀请回答
收藏

1 个回答

  • 海岸
    海岸
    2017-08-31

      let a='qwertyuiop'

        let b='qwertyuiop'

        console.log(a===b)    //true


    2017-08-31
    有用
    回复
登录 后发表内容