标签:
1 var arr = [‘x‘, ‘xx‘, ‘xxx‘]; arr[length] = ‘xxx‘; arr.push = ‘xxx‘;
向数组中添加元素
原文地址:http://www.cnblogs.com/suuzee/p/5868475.html