当前位置: 首页 > Web前端 > HTML5

【每天一包0016】striptags

时间:2023-04-06 00:20:20 HTML5

[github地址:https://github.com/ABCDdouyae...]striptags剥离字符串中的html标签,与php中的strip_tags函数作用相同。用法:striptags(html,allowed_tags,tag_replacement)返回:stringconststriptags=require('striptags');varhtml=''+'loremitselfpain坐下很重要'+'';vara=striptags(html);striptags(html,['a']););/***loremipsum*dolor*sit*amet*/vare=striptags(html,['em']);//loremipsumdolorsitamet流模式[初始化流模式,传入html]用法:striptags.init_streaming_mode(allowed_tags,tag_replacement)'$$');console.log(stream_function(htm(l));//