一般js中打印错误数据用console.log();
但是打印catch中err用console.log打印不出来,需要用console.table();
控制台会输出表格形式的错误信息。
eg:let arr=console.table(err);
想要的某个错误信息属性:arr.index