06 2021 档案

摘要:encryptPhone(phone) { return phone.replace(/^(\d{3})(\d{4})(\d{4})$/g, "$1****$3"); } `` 阅读全文
posted @ 2021-06-28 16:41 Wayhome' 阅读(307) 评论(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' 阅读(187) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/fifteen718/p/9533918.html if (value.match(/^\s*$/)) return 0; 阅读全文
posted @ 2021-06-23 15:55 Wayhome' 阅读(2674) 评论(0) 推荐(0)
摘要:<view class="left"> <view class="item-wrap" v-for="item in tapItem" :key='item.id'> <image mode='widthFix' class="icon" :src="item.icon" /> <text clas 阅读全文
posted @ 2021-06-17 17:53 Wayhome' 阅读(873) 评论(0) 推荐(0)

// 侧边栏目录 // https://blog-static.cnblogs.com/files/douzujun/marvin.nav.my1502.css