摘要: encryptPhone(phone) { return phone.replace(/^(\d{3})(\d{4})(\d{4})$/g, "$1****$3"); } `` 阅读全文
posted @ 2021-06-28 16:41 Wayhome' 阅读(305) 评论(0) 推荐(0)
摘要: formatRichText(html) { let newContent = html.replace(/<img[^>]*>/gi, function( match, capture ) { match = match .replace(/style="[^"]+"/gi, "") .repla 阅读全文
posted @ 2021-06-28 13:55 Wayhome' 阅读(181) 评论(0) 推荐(0)
// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css