var data = new Array();//数组
data.length = 0;//数组的长度等于0,数组的项就会被清空

相关文章: