質問編集履歴

2

書式

2018/12/19 10:07

投稿

ringring7777
ringring7777

スコア25

test CHANGED
File without changes
test CHANGED
@@ -66,8 +66,6 @@
66
66
 
67
67
  console.log("data="+data);
68
68
 
69
- //location.href="http://www.aimingto.com/?ID="+ID;
70
-
71
69
  },error: function(XMLHttpRequest, textStatus, errorThrown) {
72
70
 
73
71
  console.log("ERROR");console.log(textStatus);console.log(errorThrown);

1

書式

2018/12/19 10:07

投稿

ringring7777
ringring7777

スコア25

test CHANGED
File without changes
test CHANGED
@@ -13,6 +13,8 @@
13
13
 
14
14
 
15
15
  ●JSコード
16
+
17
+ ```
16
18
 
17
19
  $(function() {
18
20
 
@@ -84,10 +86,14 @@
84
86
 
85
87
  });
86
88
 
87
-
89
+ ```
88
90
 
89
91
  ●php
92
+
93
+ ```
90
94
 
91
95
  $fd=$_POST['image'];
92
96
 
93
97
  echo "fd=".$fd;
98
+
99
+ ```