vue上傳圖片(先上傳到本地,提交時上傳到服務器)

1.上傳圖片的地方html <input type="file" @change="Preview($event)" accept="image/*" ref="showinput"> 2.調用方法 //input 發生改變的時候觸發 Preview(ev){ // const self=this; const file=ev.target.files[0]; this.i
相關文章
相關標籤/搜索