美文网首页
每日一题(4)

每日一题(4)

作者: 欢欢小天使K | 来源:发表于2020-04-20 18:10 被阅读0次
    {
        function test(){}
        test = 123;
      }
      console.log(test)
      {
        function test(){}
        test = 123
        function test(){}
      }
      console.log(test)
    

    答案: // ƒ test(){} //123

    原因:

    相关文章

      网友评论

          本文标题:每日一题(4)

          本文链接:https://www.haomeiwen.com/subject/kzkjihtx.html