Vue删除指定字符后面的字符串

let index = res1.name.lastIndexOf(".");
this.upload_data.name = res1.name.substring(0, index)
// 深拷贝:防止修改原数据时新数据发生数变化
Logo

前往低代码交流专区

更多推荐