質問編集履歴
1
書式の改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
|
45
45
|
anchor.href = URL.createObjectURL(blob);
|
46
46
|
|
47
|
-
anchor.download = "a
|
47
|
+
anchor.download = "example.txt";
|
48
48
|
|
49
49
|
anchor.click();
|
50
50
|
|