1234567891011121314 |
- <html>
- <script src="https://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js">
- </script>
- <script>
- $.ajax({
- url: "https://shuzishijie.oss-cn-hangzhou.aliyuncs.com/92b3c1348a0cbc68/06a8ffa947191c89.jpeg",
- type: "GET",
- timeout: 5000,
- success: function (json) {
- alert(json);
- }
- })
- </script>
- </html>
|