input[type="file"] 的onchange 事件會透過事件物件(function 的第一個參數,常用 e )監聽的target( e.target ,其實就是被監聽的節點本身[ this ])取得一個檔案陣列 ...
確定! 回上一頁