//删除最后一个字符串 this.allId = this.allId.substring(0,this.allId.length - 1); //删除前四个字符串 this.allId = this.allId.slice(4);
数据是这样的,需要把前面的(all,)和最后的(,)删掉
结果
这样ok喽
原文地址:https://www.cnblogs.com/lq2333/p/11414554.html
时间: 2024-11-14 08:53:32
//删除最后一个字符串 this.allId = this.allId.substring(0,this.allId.length - 1); //删除前四个字符串 this.allId = this.allId.slice(4);
数据是这样的,需要把前面的(all,)和最后的(,)删掉
结果
这样ok喽
原文地址:https://www.cnblogs.com/lq2333/p/11414554.html