需要使用ES6语法,模板字符串?
https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/template_strings
<img :src=`/user/img/goods/${result.isbn}/index.jpg` alt=""/>
本文深入探讨了ES6中引入的模板字符串特性,这是一种更为灵活的字符串字面量,允许直接嵌入变量和表达式。通过实例展示了如何在HTML属性中使用模板字符串,提高代码的可读性和维护性。
https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/template_strings
<img :src=`/user/img/goods/${result.isbn}/index.jpg` alt=""/>
6904
7799

被折叠的 条评论
为什么被折叠?