使用javascript剥离html标记
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用javascript剥离html标记相关的知识,希望对你有一定的参考价值。
this code is used to remove the html code in the given string
var StrippedString = OriginalString.replace(/(<([^>]+)>)/ig,"");
以上是关于使用javascript剥离html标记的主要内容,如果未能解决你的问题,请参考以下文章
尝试用从中剥离的 URL 替换 HTML <a> 标记时,我的 Ruby 代码中的 gsub 方法出现问题