码迷,mamicode.com
首页 > 其他好文 > 详细

vue字符串拼接

时间:2019-08-26 15:05:09      阅读:67      评论:0      收藏:0      [点我收藏+]

标签:图片   this   inf   src   span   字符   div   vue   ids   

一、代码

let touristIds = ‘‘;
      for (let i = 0; i < this.refundOrderDetail.length; i++) {
        touristIds += `${this.refundOrderDetail[i].ids},`;
      }
      console.log(touristIds);

二、效果

技术图片

 

vue字符串拼接

标签:图片   this   inf   src   span   字符   div   vue   ids   

原文地址:https://www.cnblogs.com/wangyuxue/p/11412326.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!