码迷,mamicode.com
首页 > Web开发 > 详细

利用正则表达式去除html标签

时间:2019-12-06 19:19:53      阅读:91      评论:0      收藏:0      [点我收藏+]

标签:back   his   item   col   利用   html   html标签   map   color   

 var reg=/<\/?.+?\/?>/g
    stepsC.map((item,index)=>{
      this.steps.push({desc:item.CellContent.replace(reg,‘‘)})
    })

利用正则表达式去除html标签

标签:back   his   item   col   利用   html   html标签   map   color   

原文地址:https://www.cnblogs.com/lxsunny/p/11997006.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!