編輯圖片時,能夠實時顯示上傳的圖片(預覽)

html代碼: js代碼: $("#store_img").on("change",function(){   var objUrl = getObjectURL(this.files[0]) ; //獲取圖片的路徑,該路徑不是圖片在本地的路徑    if (objUrl) {     $(".hide_img img").attr("src", objUrl) ; //將圖片路徑存入src中,顯
相關文章
相關標籤/搜索