jeter20131220 %!s(int64=3) %!d(string=hai) anos
pai
achega
b691a40fd6
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      desktop11/goto.js

+ 3 - 0
desktop11/goto.js

@@ -122,9 +122,12 @@ function onClik() {
     dataType: 'json',
     success: function (res) {
         console.log(res);
+        alert("送出成功");
     },
     error: function (err) {
         console.log(err);
+        alert("送出失敗");
+
     }
   });
 }