在做檔案上傳時,想把很醜的 <input type="file"> 換成漂亮的按鈕。 ... <input id="file" type="file" (change)="upload($event)" style="display: none" /> <button ...
確定! 回上一頁