Bootstrap

js 数组 删除第一个和最后一个

.shift();   删除第一个

.pop();   删除最后一个

转载于:https://www.cnblogs.com/gjths/p/11543791.html

;