arr=[]
arr.append('a')

arr.insert(1,'a')

arr.extend(['1','2','3']) #把数组中的元素添加arr