10 2020 档案

摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2020-10-28 16:20 张小中 阅读(78) 评论(0) 推荐(0) 编辑
摘要:function GenNonDuplicateID() { let str = ''; str = Math.random().toString(36).substr(3); str += Date.now().toString(16).substr(4); return str; } 阅读全文
posted @ 2020-10-27 16:28 张小中 阅读(811) 评论(0) 推荐(0) 编辑
摘要:<div class="bianji markdown-body"> <mavon-editor ref="md" @change="handleMarkdownChange" @imgAdd="handleEditorImgAdd" @imgDel="imgDel" :ishljs="true" 阅读全文
posted @ 2020-10-23 18:08 张小中 阅读(4297) 评论(0) 推荐(0) 编辑
摘要:isExcel(type,name, data) { const link = document.createElement('a') const blob = new Blob([data]) link.style.display = 'none' link.href = URL.createOb 阅读全文
posted @ 2020-10-16 19:07 张小中 阅读(2006) 评论(0) 推荐(0) 编辑
摘要:<input v-on:keyup.enter="submit">//局部 //全局methods: { handleKeyDown(e) { let key = null; if (window.event undefined) { key = e.keyCode; } else { key = 阅读全文
posted @ 2020-10-16 19:01 张小中 阅读(2703) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示