//将有颜色的图标变为baise
img { filter:brightness(70%); }
原文链接 https://blog.csdn.net/nanhupatar/article/details/82793637
https://www.cnblogs.com/phpjinggege/p/5646412.html
function delHtmlTag(str){
return str.replace(/<[^>]+>/g,"");//去掉所有的html标记}原文:https://www.cnblogs.com/liangyh55/p/13253776.html