handleEditorImgAdd(pos , $file){ console.log(pos,$file) // 創建一個FormData空對象,然後使用append方法添加key/value var formdata = new FormData(); ...
確定! 回上一頁