if(!Array.prototype.indexOf){
Array.prototype.indexOf = function(obj){
for(var i=0;i<this.length;i++){
if(this[i] == obj){
return i;
}
return -1;
};
Powered by: 博客园 Copyright © 2025 绝交 Powered by .NET 9.0 on Kubernetes