readAsDataURL(file); reader.onload = function (_file) { image.src = _file.target.result; image.onload = function () { var height ...
確定! 回上一頁