使用each遍历,需要jquery引入:/**param key(数组的键)*param value(数组的值)*/$.each(key,value){//这里可以console.log(value);查看值的类型是不是自己想要的}