質問編集履歴

2

タグ編集

2017/10/10 09:58

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
File without changes

1

コード修正

2017/10/10 09:58

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  success: function(res) {
22
22
 
23
- content = $(res.responseText);
23
+ content = $(res.responseText).text();
24
24
 
25
25
  console.log(content);
26
26