Example: <input type='file' onchange='openFile(event)'> <script> var openFile = function(event) { var input = event.target; var file ...
確定! 回上一頁