test.html 351 B

1234567891011121314
  1. <html>
  2. <script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js">
  3. </script>
  4. <script>
  5. $.ajax({
  6. url: "https://shuzishijie.oss-cn-hangzhou.aliyuncs.com/92b3c1348a0cbc68/06a8ffa947191c89.jpeg",
  7. type: "GET",
  8. timeout: 5000,
  9. success: function (json) {
  10. alert(json);
  11. }
  12. })
  13. </script>
  14. </html>