[removed] get constructor name when it contains a dot

前端 未结 0 1104
北恋
北恋 2021-01-15 05:29

When I run the following code in the console:

let Func1 = function () {};
let f1 = new Func1();

let Namespace = {};
Na         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题