]*>/g, '
'); //去除标签内所有属性,并设置自定义类名
+
+ str = str.replace(/(\n)/g, '') //去除换行
+
+ str = str.replace(/\s+style="[^"]*"/g, '') //去除style样式
+
+ str = str.replace(/ /gi, '') //去除空格
+
+ str = str.replace(/\
]*>/g, '
'); //去除标签内所有属性,并设置自定义类名
+
+ str = str.replace(/(\n)/g, '') //去除换行
+
+ str = str.replace(/\s+style="[^"]*"/g, '') //去除style样式
+
+ str = str.replace(/ /gi, '') //去除空格
+
+ str = str.replace(/\ {