在数组中添加一个键和值作为第一个元素。
示例代码:
var myArray = [2, 3, 4]; myArray.unshift("key", "value"); console.log(myArray); // ["key", "value", 2, 3, 4]
上一篇:AddanewsectiontothePEandthenputsafunctioninsideofit
下一篇:add按钮应该分别适用于每个表单保持者。