file - the file object to read. Quick Example. function win(file) { var reader = new FileReader(); reader.onloadend = function(evt) { ...
確定! 回上一頁