forked from huge/frontEnd/hugeOA
src/utils/utils.js @@ -8,4 +8,9 @@ s[19] = hexDigits.substr((s[19] & 0x3) | 0x8, 1); const id = s.join(''); return id; } } // 去除富文本的特殊标签符号 export function emoveTAG(str) { return str.replace(/<[^>]+>/g, ''); }