会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
誌翔
博客园
首页
新随笔
联系
订阅
管理
07 2020 档案
上传格式判断方法
摘要:var ext = file.slice(file.lastIndexOf(".")+1).toLowerCase(); if ("xls" != ext) { alert("只能上传Excle文件"); return false; }
阅读全文
posted @
2020-07-23 17:05
誌翔
阅读(165)
评论(0)
推荐(0)
Vue-cli3.0配置全局less
摘要:npm install style-resources-loader vue-cli-plugin-style-resources-loader less-loader less -S // vue.config.js文件中的配置 const path = require('path'); modu
阅读全文
posted @
2020-07-08 16:59
誌翔
阅读(1541)
评论(0)
推荐(0)
公告