b.html 340 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Insert title here</title>
  6. <script src="jquery.js"></script>
  7. </head>
  8. <body>
  9. <script>
  10. $
  11. .get(
  12. 'http://172.16.1.55:9080/x_organization_core_access/jaxrs/token/aaa',
  13. function(data) {
  14. alert("Data Loaded: " + data);
  15. }, "text");
  16. </script>
  17. </body>
  18. </html>