jeter20131220 4 년 전
부모
커밋
c4b4e0111e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      goto.js

+ 2 - 1
goto.js

@@ -21,7 +21,8 @@ $(document).ready(function () {
             var a = res;
             console.log(res);
             var d = JSON.parse(res);
-            alert(d[0].name);
+            console.log(d[0].name);
+            
             
         },