摘要: 一般系统的实现方式: 代码实现 input type="file"就是文件选择标签,默认样式为: 如果不喜欢默认样式,可以把它设置为透明,然后自己用图片或元素覆盖它,这时候他仍然能响应点击 multiple="multiple" 属性可以让input一次选择多个文件 注册change监听或定义onC 阅读全文
posted @ 2019-09-03 17:38 手指乐 阅读(4486) 评论(0) 推荐(0) 编辑
摘要: ``` ...... getId(idcommon, i) { return idcommon + i; } ``` 阅读全文
posted @ 2019-09-03 16:34 手指乐 阅读(802) 评论(0) 推荐(0) 编辑
摘要: 安装clipboard.js github路径:https://github.com/zenorocha/clipboard.js 安装: npm install clipboard save 引入clipboard.js 或 使用: 1. 剪切 2. 复制 3.在vue中使用并自定义复制内容,定义 阅读全文
posted @ 2019-09-03 14:42 手指乐 阅读(2988) 评论(0) 推荐(0) 编辑