摘要: 使用js禁用input的readonly属性 转自:https://blog.csdn.net/huilan_same/article/details/52385401 转自:https://blog.csdn.net/zwq912318834/article/details/80975748 阅读全文
posted @ 2020-01-07 21:54 Phoenix-H 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 1 <template> 2 <div id="app"> 3 <input type="file" ref="upload"> 4 <button @click="uploadHandle">点击上传</button> 5 </div> 6 7 </template> 8 9 <script> 1 阅读全文
posted @ 2020-01-07 18:58 Phoenix-H 阅读(922) 评论(0) 推荐(0) 编辑