Create a new link. const link = document.createElement('a');. link.download = 'file name';. link.href = '/path/to/file';. // Append to the document.
確定! 回上一頁