06 2020 档案

摘要:var reg = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a- 阅读全文
posted @ 2020-06-30 11:22 仙乄 阅读(628) 评论(0) 推荐(0)
摘要:(function() { var useragent = navigator.userAgent; if (useragent.match(/MicroMessenger/i) != "MicroMessenger") { // window.location.href = "wxError.ht 阅读全文
posted @ 2020-06-23 16:33 仙乄 阅读(534) 评论(0) 推荐(0)
摘要:let newArr = JSON.parse(JSON.stringify(arr)) 阅读全文
posted @ 2020-06-12 15:37 仙乄 阅读(858) 评论(0) 推荐(0)
摘要:<template> <div> <label> 上传图片: <input type="file" id="file" accept="image/jpg, image/jpeg, image/png, image/svg, image/gif" > <br> <br> <button @click 阅读全文
posted @ 2020-06-01 17:53 仙乄 阅读(446) 评论(0) 推荐(0)