javascript中对象使用push var obj = { '1':'a', '2':'b', 'length':2, push:Array.prototype.push } obj.push ...