//删除最后一个字符串 this.allId = this.allId.substring(0,this.allId.length - 1); //删除前四个字符串 this.allId = this.allId.slice(4);
数据是这样的,需要把前面的(all,)和最后的(,)删掉
结果
这样ok喽
//删除最后一个字符串 this.allId = this.allId.substring(0,this.allId.length - 1); //删除前四个字符串 this.allId = this.allId.slice(4);
数据是这样的,需要把前面的(all,)和最后的(,)删掉
结果
这样ok喽