数组的方法

fill 方法   例子 var arr = 【 “a”,"b","c","d"】

arr.fill("null")     输出结果 null null null null

原文地址:https://www.cnblogs.com/wsj1/p/11837685.html