摘要: ios只能识别2019/05/30 20:08:40 这种格式的字段 // 后端传的值是2019-05-30 20:08:40.0 let time = res.data.replace(/\-/g,'/').replace(/\.0/g,'') 阅读全文
posted @ 2020-09-15 14:26 weekai 阅读(204) 评论(0) 推荐(0)
摘要: list="<span>123abc</span>" list = list.replace(/<.*?>/ig,""); 阅读全文
posted @ 2020-09-15 14:22 weekai 阅读(145) 评论(0) 推荐(0)
摘要: input[type='radio'], input[type='checkbox'] { -webkit-appearance: none; //去掉默认样式 border-radius: 0; border: none !important; //去掉边框 } 阅读全文
posted @ 2020-09-15 14:21 weekai 阅读(239) 评论(0) 推荐(0)