es6 三元运算符字符串拼接

注意:三元运算符要写在花括号里面

<p>    ${data.listClueManageCzwbYes.length>0 ? data.listClueManageCzwbYes[0].showContext : "暂无" }</p> 

 

相关文章: