jeter20131220 4 年之前
父节点
当前提交
88b6481ce8
共有 1 个文件被更改,包括 9 次插入9 次删除
  1. 9 9
      goto.js

+ 9 - 9
goto.js

@@ -14,15 +14,15 @@
 
 // jquery
 
-// $.ajax('http://172.105.205.52:8000/tags', {
-//     type: 'GET',  // http method
-//     success: function (res) {
-//         console.log(res);
-//     },
-//     error: function (err) {
-//         console.log(err);
-//     }
-// });
+$.ajax('http://172.105.205.52:8000/tags', {
+    type: 'GET',  // http method
+    success: function (res) {
+        console.log(res);
+    },
+    error: function (err) {
+        console.log(err);
+    }
+});
 
 // $.get("date-time.php", function(data){
 //     console.log(res);