其他分享
首页 > 其他分享> > 高亮关键字

高亮关键字

作者:互联网

<div v-html="TitleLight(vo.goods_name)"></div>
TitleLight:function(titleInfo) {
    const strReturn = titleInfo.replace(new RegExp(vm.keywords, 'g'), `<span class="highlight">${vm.keywords}</span>`)
    return strReturn 
},

标签:function,高亮,titleInfo,vm,关键字,strReturn,keywords,RegExp
来源: https://blog.csdn.net/weixin_45533739/article/details/122580975