标签:class his slice inf http col src 删除字符串 png
//删除最后一个字符串 this.allId = this.allId.substring(0,this.allId.length - 1); //删除前四个字符串 this.allId = this.allId.slice(4);
数据是这样的,需要把前面的(all,)和最后的(,)删掉
结果
这样ok喽
标签:class his slice inf http col src 删除字符串 png
原文地址:https://www.cnblogs.com/lq2333/p/11414554.html