It doesn't involve react. Const data = "...." // fill in the CSV content string here const blob = new Blob([data], {type: "text/plain"}) const link ...
確定! 回上一頁