学习Javascript的过程中,遇到了下面的问题:我需要封装一个判断对象类型的函数 getType,得到的结果不合人意,如下:const getType = Object.prototype.toString.call// 判断 target 的类型getType(target)// Uncaught TypeError: getType is not a function
添加回答
举报
0/150
提交
取消