Simply create an input element and trigger the click. var input = document.createElement('input'); input.type = 'file'; input.click();. This is the most basic ...
確定! 回上一頁