题解 | #字体高亮#

字体高亮

https://www.nowcoder.com/practice/1b7437b538af4689b1509db2068abe55

btn.onclick = () => {
        // 补全代码
        let mytext = text.innerText;
        let myvalue = new RegExp(search.value,'g');
        if(search.value!==''){
            mytext = mytext.replace(myvalue, `<b style="background:yellow;">${search.value}</b>`);
        }
        text.innerHTML = mytext;
      };

全部评论

相关推荐

像好涩一样好学:这公司我也拿过 基本明确周六加班 工资还凑活 另外下次镜头往上点儿
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务