一直老忘记,备份下:
var Index=list.indexOf(keyword);
list.splice(Index, 1);
js删除数组元素
原文:http://www.cnblogs.com/shikyoh/p/3527877.html