09 2018 档案

摘要:安装 npm install element-china-area-data -save 在线演示:https://plortinus.github.io/element-china-area-data/index.html github:https://github.com/airyland/ch 阅读全文
posted @ 2018-09-27 15:52 GR07 阅读(2570) 评论(0) 推荐(0)
摘要:首先说一下会用到几个知识点 1.event.target.files[0] 获取的是上传的图片的一些参数如下图: 可以自己依次打印看看 console.log(event, event.target, event.target.files, event.target.files[0]) 2. HTM 阅读全文
posted @ 2018-09-11 16:25 GR07 阅读(12990) 评论(0) 推荐(0)