質問編集履歴
2
タグ追加
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
k
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
```javascript
|
7
7
|
$.ajax({
|
8
8
|
url: URL,
|
9
|
-
type:
|
9
|
+
type: 'POST',
|
10
10
|
contentType: multipart/form-data',
|
11
11
|
processData: false,
|
12
12
|
}).done(function (result) {
|