06 2021 档案
摘要:encryptPhone(phone) { return phone.replace(/^(\d{3})(\d{4})(\d{4})$/g, "$1****$3"); } ``
阅读全文
摘要:formatRichText(html) { let newContent = html.replace(/<img[^>]*>/gi, function( match, capture ) { match = match .replace(/style="[^"]+"/gi, "") .repla
阅读全文
摘要:https://www.cnblogs.com/fifteen718/p/9533918.html if (value.match(/^\s*$/)) return 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
阅读全文

浙公网安备 33010602011771号