String.prototype.endsWith=function(str){
return this.lastIndexOf(str)+str.length===this.length;
}
String.prototype.endsWith=function(str){
return this.lastIndexOf(str)+str.length===this.length;
}
3246
1107

被折叠的 条评论
为什么被折叠?