Object doesn't support property or method 'fill'

后端 未结 7 975
谎友^
谎友^ 2021-01-04 08:07

I cannot find same problem online. IE 11 gives error \"Object doesn\'t support property or method fill\".

var arr = new Array(5);
arr.fill(false         


        
7条回答
提交回复
热议问题