vue中数据绑定值(字符串拼接)的几种方法
案例
<div :title="`你好:${item.Storename}`" link="/component/radio" :inline-desc="'地址:' + item.Storeaddess"></div>
:title="`字符串${xx}`"
:title="'字符串' + xx"
本文来自博客园,作者:JackieDYH,转载请注明原文链接:https://www.cnblogs.com/JackieDYH/p/17634396.html